UnitCartesian Properties |
The UnitCartesian type exposes the following members.
Name | Description | |
---|---|---|
IsUndefined |
Gets a value indicating whether any of the coordinates for this instance have the value NaN.
| |
Item | ||
Length |
Gets the number of elements in this set of coordinates.
| |
MostOrthogonalAxis |
Gets the axis which is most orthogonal to this instance.
| |
MostParallelAxis |
Gets the axis which is most parallel to this instance.
| |
Undefined |
Gets a set of UnitCartesian coordinates with values of NaN.
| |
UnitX |
Gets a set of UnitCartesian coordinates representing the x-axis.
| |
UnitY |
Gets a set of UnitCartesian coordinates representing the y-axis.
| |
UnitZ |
Gets a set of UnitCartesian coordinates representing the z-axis.
| |
X |
Gets the linear coordinate along the positive x-axis.
| |
Y |
Gets the linear coordinate along the positive y-axis.
| |
Z |
Gets the linear coordinate along the positive z-axis.
|