pub fn normalize<T>(q: Quaternion<T>) -> Quaternion<T> where
    T: Float + FloatSimd<T>, 
Expand description

Normalization of quaternion.