py3dframe.Frame.global_euler_angles#

property Frame.global_euler_angles: ndarray#

The Euler angles representation of the rotation between the global frame and this frame in the convention of the frame.

The Euler angles describe the rotation using three elementary rotations about specified axes in the “xyz” order and are in radians.

Note

This property is settable.

See also

Parameters:

euler_angles (numpy.ndarray) – The Euler angles between the global frame and this frame in the convention of the frame as an array-like with 3 elements. The Euler angles are in the “xyz” order and in radians.

Returns:

The Euler angles between the global frame and this frame in the convention of the frame with shape (3,). The Euler angles are in the “xyz” order and in radians.

Return type:

numpy.ndarray