pub fn euler_angles<T>(x: T, y: T, z: T) -> Quaternion<T>where
    T: Float,
Expand description

Construct a quaternion representing the given euler angle rotations (in radians)