Click or drag to resize

PointyHexPoint Properties

The PointyHexPoint type exposes the following members.

Properties
  NameDescription
Public propertyBasePoint
A Uniform point's base point is simply the point itself. Makes it easier to implement generic algorithms. Since version 1.1
Public propertySpliceCount
Public propertySpliceIndex
Public propertyX
The x-coordinate of this point. This need to be in XML
Public propertyY
The y-coordinate of this point.
Public propertyZ
Gets the Z coordinate of the point. The Z-coordinate is redundant, but is used for convenience by some algorithms.The coordinates satisfy \f$x + y + z = 0\f$.
Top
See Also