Function parry3d_f64::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.