pub fn cross3(a: [f64; 3], b: [f64; 3]) -> [f64; 3]
Compute the cross product of two 3-element arrays.