Click or drag to resize

PointyHexPointBasePoint Property

A Uniform point's base point is simply the point itself. Makes it easier to implement generic algorithms. Since version 1.1

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public PointyHexPoint BasePoint { get; }

Property Value

Type: PointyHexPoint
See Also