Function check_point_inside_triangle

Source
pub fn check_point_inside_triangle(
    point: Vector2,
    p1: Vector2,
    p2: Vector2,
    p3: Vector2,
) -> bool
Expand description

Check if point is inside a triangle