py3dframe.Frame.rotation_matrix#

property Frame.rotation_matrix: ndarray#

The rotation matrix between the parent frame and this frame in the convention of the frame.

Note

This property is settable.

See also

Parameters:

rotation_matrix (numpy.ndarray) – The rotation matrix between the parent frame and this frame in the convention of the frame as an array-like with shape (3, 3).

Returns:

The rotation matrix between the parent frame and this frame in the convention of the frame with shape (3, 3).

Return type:

numpy.ndarray