pub fn tri_normal<RIn: Real, RComp: Real>(
    a: &Vector3<RIn>,
    b: &Vector3<RIn>,
    c: &Vector3<RIn>
) -> Vector3<RComp>
Expand description

Computes the face normal of the given triangle