pub fn tri_normal<T>( v0: &Vector3<T>, v1: &Vector3<T>, v2: &Vector3<T>, ) -> Vector3<T>where T: FloatScalar,
Tri