euler_to_rotationmatrix# euler_to_rotationmatrix(angles, convention='zyx')[source]# Convert Euler angles to a rotation matrix. Parameters: anglestupleA tuple representing the Euler angles in degrees. conventionstr, optionalEuler angle convention. Returns: NDArrayThe generated rotation matrix.