Quaternion Properties |
The Quaternion type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle |
Extract the rotation angle from Quaternion | |
| AngleD |
Extract the rotation angle from Quaternion | |
| Axis |
Extract the rotation axis from Quaternion | |
| Conjugated | Quaternion conjugation
| |
| Identity |
The "Identity" Quaternion representing no rotation.
| |
| Inverted | Quaternion inversion
| |
| Normalized | Quaternion normalization - make its length be 1
| |
| XD |
Gets or sets the X component of the Quaternion as a Double.
| |
| Zero |
A Quaternion with all of its components set to zero.
|