Quaternion Properties |
The Quaternion type exposes the following members.
Name | Description | |
---|---|---|
HasZeroNorm |
Gets a value indicating whether the Norm of this instance is zero.
| |
Identity |
Gets the set of Quaternion coordinates representing the identity vector.
| |
IsUndefined |
Gets a value indicating whether or not any of the coordinates for this instance have the value NaN.
| |
Item | ||
Length |
Gets the number of elements in this set of coordinates.
| |
Norm |
Gets the norm of this instance.
| |
NormSquared |
Gets the square of the Norm of this instance.
| |
Undefined |
Gets a set of Quaternion coordinates with values of NaN.
| |
W |
Gets the W coordinate.
| |
X |
Gets the X coordinate.
| |
Y |
Gets the Y coordinate.
| |
Z |
Gets the Z coordinate.
| |
Zero |
Gets a set of Quaternion coordinates with values of zero.
|