pub fn tri_normal<T: FloatScalar>( v0: &Vector3<T>, v1: &Vector3<T>, v2: &Vector3<T>, ) -> Vector3<T>
Computes the normal vector of a triangle.