Click or drag to resize
DigitalRuneQuaternionFToRotationMatrix33 Method
Returns the 3 x 3 rotation matrix of this quaternion.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public Matrix33F ToRotationMatrix33()

Return Value

Type: Matrix33F
The rotation matrix.
Remarks
The method assumes that this quaternion is a unit quaternion (i.e. that it is normalized). The unit quaternion specifies a rotation that can be converted into a corresponding 3 x 3 rotation matrix.
See Also