[This is preliminary documentation and is subject to change.]
The Quaternion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Angle | 
Gets the angle of the quaternion. The quaternion must be normalized.
  | |
| Axis | 
Gets the axis components of the quaternion. The quaternion must be normalized.
  | |
| Identity | 
Gets the identity Quaternion (0, 0, 0, 1).
  | |
| IsIdentity | 
Gets a value indicating whether this instance is an identity Quaternion.
  | 
See Also