Skip to main content

triangle_normal

Function triangle_normal 

Source
pub fn triangle_normal(
    a: Point,
    b: Point,
    c: Point,
    tol: Tolerances,
) -> Option<Direction>
Expand description

The unit normal of a triangle, or None if it is degenerate.