pub fn normalize3(v: [f64; 3]) -> [f64; 3]
Normalise a 3-D vector. Returns the zero vector if the length is < eps.