![]() | QuaternionD Properties |
The QuaternionD type exposes the following members.
Name | Description | |
---|---|---|
![]() | Angle |
Gets or sets the angle of the rotation around Axis.
|
![]() | Axis |
Gets or sets the normalized unit vector with the direction of the rotation axis.
|
![]() | Conjugated |
Returns the conjugate of the quaternion.
|
![]() | Inverse |
Returns the inverse of this quaternion.
|
![]() | IsNaN |
Gets a value indicating whether a component of the quaternion is NaN.
|
![]() | IsNumericallyNormalized |
Returns a value indicating whether this quaternion is normalized (the Modulus
is numerically equal to 1).
|
![]() | Item |
Gets or sets the component at the specified index.
|
![]() | Modulus |
Returns the modulus (length).
|
![]() | Norm |
Returns the norm (length2).
|
![]() | Normalized |
Returns the normalized quaternion.
|
![]() | V |
Gets or sets the vector part (x, y, z).
|