PointyHexPoint Properties |
The PointyHexPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| BasePoint |
A Uniform point's base point is simply the point itself.
Makes it easier to implement generic algorithms.
Since version 1.1
| |
| SpliceCount | ||
| SpliceIndex | ||
| X |
The x-coordinate of this point. This need to be in XML
| |
| Y |
The y-coordinate of this point.
| |
| Z |
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$.
|