py3dframe.Frame.global_rotation_vector#
- property Frame.global_rotation_vector: ndarray#
Getter and setter for the rotation vector between the global frame and the frame in the convention of the frame. The rotation vector is in radians.
See also
method
py3dframe.Frame.get_global_rotation_vector()
to get the rotation vector in a specific convention.
- Returns:
The rotation vector between the global frame and the frame in the convention of the frame with shape (3,).
- Return type:
numpy.ndarray