[][src]Function ncollide3d::utils::ccw_face_normal

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.