[][src]Function parry2d::utils::ccw_face_normal

pub fn ccw_face_normal(pts: [&Point<Real>; 2]) -> Option<Unit<Vector<Real>>>

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

Returns None if the segment is degenerate.