Click or drag to resize

Quaternion Properties

The Quaternion type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Extract the rotation angle from Quaternion
Public propertyAngleD
Extract the rotation angle from Quaternion
Public propertyAxis
Extract the rotation axis from Quaternion
Public propertyConjugated
Quaternion conjugation
Public propertyStatic memberIdentity
The "Identity" Quaternion representing no rotation.
Public propertyInverted
Quaternion inversion
Public propertyNormalized
Quaternion normalization - make its length be 1
Public propertyXD
Gets or sets the X component of the Quaternion as a Double.
Public propertyStatic memberZero
A Quaternion with all of its components set to zero.
Top
See Also