Represents a dart of a face of a PlanarEmbedding.
Inheritance Hierarchy

Remarks

For each edge there exists two darts, one that represents the edge in its original direction (i.e., from source to target) and one that represents its reverse. Each dart is associated with a face.

This class cannot be instantiated

Members

No filters for this type

Properties

Gets the edge associated with this dart.
readonlyfinal

Property Value

the edge associated with this dart
Gets the face list associated with this dart.
readonlyfinal

Property Value

the face list associated with this dart
Gets the opposite dart.
The opposite dart is associated with the same edge as this dart but with a different direction.
readonlyfinal

Property Value

the opposite dart
Gets whether this dart represents the original edge or its reverse.
readonlyfinal

Property Value

true if this dart represents the original edge, false if it represents its reverse