Function fyrox_math::is_point_inside_2d_triangle

source ยท
pub fn is_point_inside_2d_triangle(
    point: Vector2<f32>,
    pt_a: Vector2<f32>,
    pt_b: Vector2<f32>,
    pt_c: Vector2<f32>
) -> bool