Quaternion Fields |
The Quaternion type exposes the following members.
| Name | Description | |
|---|---|---|
| RotationX0 |
Equivalent to Identity | |
| RotationX180 |
Precomputed rotation Quaternion of 180 degrees (or -180 degrees) about the X-Axis
| |
| RotationX270 |
Precomputed rotation Quaternion of 270 degrees (or -90 degrees) about the X-Axis
| |
| RotationX360 |
Equivalent to -Identity | |
| RotationX90 |
Precomputed rotation Quaternion of 90 degrees (or -270 degrees) about the X-Axis
| |
| RotationY0 |
Equivalent to Identity | |
| RotationY180 |
Precomputed rotation Quaternion of 180 degrees (or -180 degrees) about the Y-Axis
| |
| RotationY270 |
Precomputed rotation Quaternion of 270 degrees (or -90 degrees) about the Y-Axis
| |
| RotationY360 |
Equivalent to -Identity | |
| RotationY90 |
Precomputed rotation Quaternion of 90 degrees (or -270 degrees) about the Y-Axis
| |
| RotationZ0 |
Equivalent to Identity | |
| RotationZ180 |
Precomputed rotation Quaternion of 180 degrees (or -180 degrees) about the Z-Axis
| |
| RotationZ270 |
Precomputed rotation Quaternion of 270 degrees (or -90 degrees) about the Z-Axis
| |
| RotationZ360 |
Equivalent to -Identity | |
| RotationZ90 |
Precomputed rotation Quaternion of 90 degrees (or -270 degrees) about the Z-Axis
|