py3dframe.Frame.rotation#
- property Frame.rotation: Rotation#
The rotation 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_rotationto get the rotation in a specific convention.method
set_rotation()to set the rotation in a specific convention.
- Parameters:
rotation (Rotation) – The rotation between the parent frame and this frame in the convention of the frame.
- Returns:
The rotation between the parent frame and this frame in the convention of the frame.
- Return type:
Rotation