pub fn quat_normalize(q: &Quaternion) -> Quaternion
Expand description

A quaternion can be normalized by dividing by its length.