Click or drag to resize
DigitalRuneQuaternionF Properties

The QuaternionF type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets or sets the angle of the rotation around Axis.
Public propertyAxis
Gets or sets the normalized unit vector with the direction of the rotation axis.
Public propertyConjugated
Returns the conjugate of the quaternion.
Public propertyInverse
Returns the inverse of this quaternion.
Public propertyIsNaN
Gets a value indicating whether a component of the quaternion is NaN.
Public propertyIsNumericallyNormalized
Returns a value indicating whether this quaternion is normalized (the Modulus is numerically equal to 1).
Public propertyItem
Gets or sets the component at the specified index.
Public propertyModulus
Returns the modulus (length).
Public propertyNorm
Returns the norm (length2).
Public propertyNormalized
Returns the normalized quaternion.
Public propertyV
Gets or sets the vector part (x, y, z).
Top
See Also