Function ncollide3d::utils::ccw_face_normal [−][src]
pub fn ccw_face_normal<N: RealField>(
pts: [&Point<N>; 3]
) -> Option<Unit<Vector<N>>>
Computes the normal of a counter-clock-wise triangle.
Returns None
if the triangle is degenerate.