Click or drag to resize

UnitQuaternion Properties

The UnitQuaternion type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIdentity
Gets a set of UnitQuaternion coordinates representing the identity vector.
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, 2, and 3 corresponding to the coordinates W, X, Y, and Z.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyStatic memberUndefined
Gets a set of UnitQuaternion coordinates with values of NaN.
Public propertyW
Gets the W coordinate.
Public propertyX
Gets the X coordinate.
Public propertyY
Gets the Y coordinate.
Public propertyZ
Gets the Z coordinate.
Top
See Also