euler_to_rotationmatrix#

euler_to_rotationmatrix(angles, seq='ZYZ')[source]#

Convert Euler angles to a rotation matrix.

Parameters:
anglestuple

Euler angles in degrees.

seqstr, optional

Euler angle convention, defaults to ZYZ.

Returns:
NDArray

Corresponding rotation matrix.