py3dframe.Frame.rotation_matrix#
- property Frame.rotation_matrix: ndarray#
Getter and setter for the rotation matrix between the parent frame and the frame in the convention of the frame.
See also
method
py3dframe.Frame.get_rotation_matrix()
to get the rotation matrix in a specific convention.
- Returns:
The rotation matrix between the parent frame and the frame in the convention of the frame with shape (3, 3).
- Return type:
numpy.ndarray