Summary
Describes a vertex (gridline intersection) in a hexagonal grid (
Hex.Grid).
Remarks
Constructor.
Constructors
|
Describes a vertex (gridline intersection) in a hexagonal grid (Hex.Grid). |
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. |
Instance properties
| Hex | | Returns the hex just below this vertex. |
| PointD | | Refer to the documentation for Vertex.Point. |
| bool | | If true, this vertex is the top-right vertex of Hex.Vertex.Hex; otherwise, the top-left. |