to_matrix method

to_matrix(self)

Convert the rotation presented by quaternion to transform matrix.

Returns

The matrix representation of current quaternion.


def to_matrix(self):
    ...

See Also