tri_normal

Function tri_normal 

Source
pub fn tri_normal<T: FloatScalar>(
    v0: &Vector3<T>,
    v1: &Vector3<T>,
    v2: &Vector3<T>,
) -> Vector3<T>
Expand description

Computes the normal vector of a triangle.