Summary
Describes a cell in a Rhombihexadel.Grid consisting of hexagons, squares and triangles. Each hexagon is
surrounded by a ring alternating between squares and tris, and shares each square with the next adjoining
hexagon.
Constructors
Instance methods
bool | | Refer to the documentation for IEquatable<Rhombihexadel>.Equals. |
bool | | Refer to the documentation for object.Equals. |
int | | Refer to the documentation for object.GetHashCode. |
string | | Refer to the documentation for object.ToString. |
Static methods
IEnumerable<Rhombihexadel> | |
Returns a collection of Rhombihexadel tiles that form a larger hexagonal structure in which
every hexagon is fully surrounded by all its neighboring squares and tris. |
Instance properties
Nested types
|
Describes a grid of Rhombihexadel cells, which are a mix of hexagons, squares and triangles. |
| Identifies one of the Rhombihexadel tiles relative to Rhombihexadel.Hex. |
|
Describes a vertex in a Rhombihexadel grid. Each vertex is actually one of the 6 vertices of a
hexagon tile. |