is_point_inside_triangle

Function is_point_inside_triangle 

Source
pub fn is_point_inside_triangle(
    p: &Vector3<f32>,
    vertices: &[Vector3<f32>; 3],
) -> bool