Click or drag to resize

Cartesian Properties

The Cartesian type exposes the following members.

Properties
  NameDescription
Public propertyHasZeroMagnitude
Gets a value indicating whether the Magnitude of this instance is zero.
Public propertyIsUndefined
Gets a value indicating whether or not 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 propertyMagnitude
Gets the magnitude of this instance.
Public propertyMagnitudeSquared
Gets the square of the Magnitude of this instance.
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 Cartesian coordinates with values of NaN.
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.
Public propertyStatic memberZero
Gets a set of Cartesian coordinates with values of zero.
Top
See Also