Quaternion Properties |
The Quaternion type exposes the following members.
| Name | Description | |
|---|---|---|
| Identity |
Returns a quaternion representing no rotation.
| |
| Length |
Gets the length of this Vector4.
| |
| LengthSquared |
Gets the squared length of this Vector4.
| |
| W |
Gets the rotation component of this Quaternion.
| |
| X |
Gets the x-coordinate of this Quaternion.
| |
| Y |
Gets the y-coordinate of this Quaternion.
| |
| Z |
Gets the z-coordinate of this Quaternion.
|