pub unsafe extern "C" fn CheckCollisionPointPoly(
    point: Vector2,
    points: *mut Vector2,
    pointCount: c_int
) -> bool
Expand description

Check if point is within a polygon described by array of vertices