b2PointInPolygon

Function b2PointInPolygon 

Source
pub unsafe extern "C" fn b2PointInPolygon(
    shape: *const b2Polygon,
    point: b2Vec2,
) -> bool
Expand description

Test a point for overlap with a convex polygon in local space