pub fn get_triangle_normal<T: Float, V: VecFloatOps<T> + VecN<T> + Cross<T>>(
    t1: V,
    t2: V,
    t3: V
) -> V
Expand description

returns the normalized unit vector normal of triangle t1-t2-t3