Summary
Describes a vertex (gridline intersection) in a triangular grid (
Tri.Grid).
Constructors
|
Constructs a Tri.Vertex representing the top vertex of an up-pointing triangle. |
Instance methods
bool | | Refer to the documentation for Vertex.Equals. |
bool | | Refer to the documentation for object.Equals. |
int | | Refer to the documentation for object.GetHashCode. |
string | |
Provides a means for derived classes to override the SVG path generation for a line segment from another
vertex from to this one. |
string | | Refer to the documentation for object.ToString. |
Operators
bool | | Compares two Vertex values for equality. |
bool | | Compares two Vertex values for inequality. |
Instance properties
PointD | | Refer to the documentation for Vertex.Point. |
Tri | | Returns the tri whose top vertex is this vertex. |