Quaternion.ToMatrix

Quaternion.ToMatrix method

Convert the rotation presented by quaternion to transform matrix.

public Matrix4 ToMatrix()

Return Value

The matrix representation of current quaternion.

See Also