Summary
Describes a vertex in a
Rhombihexadel grid. Each vertex is actually one of the 6 vertices of a
hexagon tile.
Constructors
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
Nested types
|
Identifies one of the six vertices of a hexagon. Every vertex in a Rhombihexadel grid is one
of these as it is always shared by exactly one hexagon tile. |