euler_from_rotationmatrix# euler_from_rotationmatrix(rotation_matrix, seq='ZYZ')[source]# Convert a rotation matrix to Euler angles. Parameters: rotation_matrixNDArrayRotation matrix (d,d). seqstr, optionalEuler angle convention, default to intrinsic ZYZ. Returns: NDArrayCorresponding Euler angles in degrees.