pub fn face_normal(a: [f32; 3], b: [f32; 3], c: [f32; 3]) -> [f32; 3]
Compute the normal of a face made of three points: a, b, and c.