Quat Properties |
The Quat type exposes the following members.
Name | Description | |
---|---|---|
Identity |
The identity quaternion, representing no rotation.
Equivalent to an identity Basis matrix. If a vector is transformed by
an identity quaternion, it will not change.
| |
Item |
Access quaternion components using their index.
| |
Length |
Returns the length (magnitude) of the quaternion.
| |
LengthSquared |
Returns the squared length (squared magnitude) of the quaternion.
This method runs faster than Length, so prefer it if
you need to compare quaternions or need the squared length for some formula.
|