pub fn ccw_face_normal<N: RealField + Copy>(
    pts: [&Point<N>; 2]
) -> Option<Unit<Vector<N>>>
Expand description

Computes the direction pointing toward the right-hand-side of an oriented segment.

Returns None if the segment is degenerate.