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