Click or drag to resize

Quaternion Properties

The Quaternion type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIdentity
Returns a quaternion representing no rotation.
Public propertyLength
Gets the length of this Vector4.
Public propertyLengthSquared
Gets the squared length of this Vector4.
Public propertyW
Gets the rotation component of this Quaternion.
Public propertyX
Gets the x-coordinate of this Quaternion.
Public propertyY
Gets the y-coordinate of this Quaternion.
Public propertyZ
Gets the z-coordinate of this Quaternion.
Top
See Also