pub fn quat_arr_normalize(q: [f64; 4]) -> [f64; 4]
Normalize a quaternion [x,y,z,w] to unit length.
[x,y,z,w]