[][src]Function parry3d::utils::ccw_face_normal

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

Computes the normal of a counter-clock-wise triangle.

Returns None if the triangle is degenerate.