Click or drag to resize

Quat Properties

The Quat type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIdentity
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.
Public propertyItem
Access quaternion components using their index.
Public propertyLength
Returns the length (magnitude) of the quaternion.
Public propertyLengthSquared
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.
Top
See Also