py3dframe.Frame.quaternion#
- property Frame.quaternion: ndarray#
Getter and setter for the quaternion between the parent frame and the frame in the convention of the frame. The quaternion is in the scalar first convention.
See also
method
py3dframe.Frame.get_quaternion()
to get the quaternion in a specific convention.
- Returns:
The quaternion between the parent frame and the frame in the convention of the frame with shape (4,).
- Return type:
numpy.ndarray