Function maths_rs::get_triangle_normal
source · pub fn get_triangle_normal<T: Float, V: VecFloatOps<T> + VecN<T> + Cross<T>>(
t1: V,
t2: V,
t3: V
) -> VExpand description
returns the normalized unit vector normal of triangle t1-t2-t3