parry3d::utils

Function ccw_face_normal

source
pub fn ccw_face_normal(pts: [&Point<f32>; 3]) -> Option<Unit<Vector<f32>>>
Expand description

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

Returns None if the triangle is degenerate.