-
Notifications
You must be signed in to change notification settings - Fork 98
Mesh Navigation
Fedr edited this page Jun 12, 2023
·
2 revisions
EdgeId e = ... is unique identifier of an oriented edge in mesh.
e.sym() - the same edge with opposite orientation.
MeshTopology::next( e ) - next in counter-clockwise direction edge from the same origin-ring.
MeshTopology::prev( e ) - previous in counter-clockwise direction edge from the same origin-ring.
MeshTopology::left( e ) - returns the identifier of the face to the left of e.

