pub fn triangle_unit_normal( v0: [f64; 3], v1: [f64; 3], v2: [f64; 3], ) -> [f64; 3]
Compute the unit normal of a triangle.