Function static_math::transformations::rotation_to_euler[][src]

pub fn rotation_to_euler<T: Float + FloatConst>(r: M33<T>) -> (T, T, T)

Brief.

get the euler angles from a rotation matrix comming from the convention ZYX

Function arguments: r: Rotation matrix(M33)

Output: Euler angles: (yay, pitch, roll)