Click or drag to resize

Quaternion Properties

The Quaternion type exposes the following members.

Properties
  NameDescription
Public propertyHasZeroNorm
Gets a value indicating whether the Norm of this instance is zero.
Public propertyStatic memberIdentity
Gets the set of Quaternion 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 propertyNorm
Gets the norm of this instance.
Public propertyNormSquared
Gets the square of the Norm of this instance.
Public propertyStatic memberUndefined
Gets a set of Quaternion 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.
Public propertyStatic memberZero
Gets a set of Quaternion coordinates with values of zero.
Top
See Also