Click or drag to resize

UnitCartesian Properties

The UnitCartesian type exposes the following members.

Properties
  NameDescription
Public propertyIsUndefined
Gets a value indicating whether any of the coordinates for this instance have the value NaN.
Public propertyItem
Gets the value of the specified element with index of 0, 1, and 2 corresponding to the coordinates X, Y, and Z.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyMostOrthogonalAxis
Gets the axis which is most orthogonal to this instance.
Public propertyMostParallelAxis
Gets the axis which is most parallel to this instance.
Public propertyStatic memberUndefined
Gets a set of UnitCartesian coordinates with values of NaN.
Public propertyStatic memberUnitX
Gets a set of UnitCartesian coordinates representing the x-axis.
Public propertyStatic memberUnitY
Gets a set of UnitCartesian coordinates representing the y-axis.
Public propertyStatic memberUnitZ
Gets a set of UnitCartesian coordinates representing the z-axis.
Public propertyX
Gets the linear coordinate along the positive x-axis.
Public propertyY
Gets the linear coordinate along the positive y-axis.
Public propertyZ
Gets the linear coordinate along the positive z-axis.
Top
See Also