Function fyrox_math::is_point_inside_triangle

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