pub fn point_triangle_distance<T: Float + FloatOps<T> + NumberOps<T>, V: VecN<T> + NumberOps<T> + VecFloatOps<T>>(
p: V,
t1: V,
t2: V,
t3: V,
) -> TExpand description
returns the distance point p is from a triangle defined by t1-t2-t3