pub fn ccw_face_normal(pts: [Vector; 2]) -> Option<Vector>
Computes the direction pointing toward the right-hand-side of an oriented segment.
Returns None if the segment is degenerate.
None