euler_to_rotationmatrix#

euler_to_rotationmatrix(angles, convention='zyx')[source]#

Convert Euler angles to a rotation matrix.

Parameters:
anglestuple

A tuple representing the Euler angles in degrees.

conventionstr, optional

Euler angle convention.

Returns:
NDArray

The generated rotation matrix.