Quat Constructor |
Name | Description | |
---|---|---|
Quat(Basis) |
Constructs a quaternion from the given Basis.
| |
Quat(Quat) |
Constructs a quaternion from the given quaternion.
| |
Quat(Vector3) |
Constructs a quaternion that will perform a rotation specified by
Euler angles (in the YXZ convention: when decomposing,
first Z, then X, and Y last),
given in the vector format as (X angle, Y angle, Z angle).
| |
Quat(Vector3, Single) |
Constructs a quaternion that will rotate around the given axis
by the specified angle. The axis must be a normalized vector.
| |
Quat(Single, Single, Single, Single) |
Constructs a quaternion defined by the given values.
|