Quat Fields |
The Quat type exposes the following members.
Name | Description | |
---|---|---|
w |
W component of the quaternion (real part).
Quaternion components should usually not be manipulated directly.
| |
x |
X component of the quaternion (imaginary `i` axis part).
Quaternion components should usually not be manipulated directly.
| |
y |
Y component of the quaternion (imaginary `j` axis part).
Quaternion components should usually not be manipulated directly.
| |
z |
Z component of the quaternion (imaginary `k` axis part).
Quaternion components should usually not be manipulated directly.
|