Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested enum: RT.Coordinates.Rhombihexadel.Vertex.Position

Summary

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.

Enum values

4The bottom-left vertex of the hexagon.
3The bottom-right vertex of the hexagon.
5The left vertex of the hexagon.
2The right vertex of the hexagon.
0The top-left vertex of the hexagon.
1The top-right vertex of the hexagon.