quat Class
Represents a quaternion.
Behaviors
~quat()
quat()
quat(float x, float y, float z, float w)
quat(const mat3&in m)
Methods
void GetYawPitchRoll(float&out yaw, float&out pitch, float&out roll)void SetYawPitchRoll(float yaw, float pitch, float roll)void SetIdentity()void SetInverse(quat&in q)Properties
float w
float x
float y
float z