Function parry3d::utils::ccw_face_normal
source · pub fn ccw_face_normal(pts: [&Point<Real>; 3]) -> Option<Unit<Vector<Real>>>
Expand description
Computes the normal of a counter-clock-wise triangle.
Returns None
if the triangle is degenerate.