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 parent to get or set the parent frame.

  • attribute convention to get or set the convention of the frame.

  • method get_rotation to 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