Function raylib_sys::CheckCollisionPointLine

source ยท
pub unsafe extern "C" fn CheckCollisionPointLine(
    point: Vector2,
    p1: Vector2,
    p2: Vector2,
    threshold: c_int
) -> bool