pub fn ccw_face_normal(pts: [&Point<f32>; 3]) -> Option<Unit<Vector<f32>>>
Computes the normal of a counter-clock-wise triangle.
Returns None if the triangle is degenerate.
None