QuatD
Public / Constructors
AxisAngle
2 overloads
Returns a QuatD value for the given rotation axis and angle.
Flipping the sign of the rotation angle in has the same effect as flipping the direction of the rotation axis in. Flipping both yields the same quaternion.
- See also
Returns a QuatD value for the given rotation axis and angle.
Flipping the sign of the rotation angle in has the same effect as flipping the direction of the rotation axis. Flipping both yields the same quaternion.
- See also
Public / Methods
EqualsAlmost
2 overloads
Checks if this quaternion and the given one are similar but necessarily equal.
- See also
Checks if this quaternion and the given one are similar but necessarily equal.
- See also
Mul
3 overloads
Computes the scalar multiple of this quaternion.
The scalar multiple of a quaternion represents the same rotation.
Multiplies this quaternion with the given one.
The multiplication of two quaternions q1 * q2
represents the rotation that results from rotating with q2
first and with q1
second.
Multiplies this quaternion with the given one.
The multiplication of two quaternions q1 * q2
represents the rotation that results from rotation with q2
first and q1
second.
Public / Attributes
Inverse
Returns the inverse of this quaternion.
Multiplying a quaternion with its inverse yields Identity.