Declaration
public Vertex(
Hex hex,
bool right
)
Summary
Describes a vertex (gridline intersection) in a hexagonal grid (
Hex.Grid).
Parameters
Hex | hex |
The hex just below this vertex. |
bool | right |
If true , identifies the top-right vertex of hex; otherwise, the top-left. |
Remarks
Constructor.