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
attribute
parentto get or set the parent frame.attribute
conventionto get or set the convention of the frame.method
get_rotation_matrix()to get the rotation matrix in a specific convention.method
set_rotation_matrix()to set the rotation matrix in a specific convention.
- 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: