euler_to_rotationmatrix# euler_to_rotationmatrix(angles, seq='ZYZ')[source]# Convert Euler angles to a rotation matrix. Parameters: anglestupleEuler angles in degrees. seqstr, optionalEuler angle convention, defaults to ZYZ. Returns: NDArrayCorresponding rotation matrix.