Function CheckCollisionPointTriangle

Source
pub unsafe extern "C" fn CheckCollisionPointTriangle(
    point: Vector2,
    p1: Vector2,
    p2: Vector2,
    p3: Vector2,
) -> bool
Expand description

Check if point is inside a triangle