pub fn point_in_triangle(p: &Vec3, a: &Vec3, b: &Vec3, c: &Vec3) -> bool
Test whether point p lies inside triangle (a, b, c).
p
(a, b, c)