b2CollidePolygonAndCircle

Function b2CollidePolygonAndCircle 

Source
pub unsafe extern "C" fn b2CollidePolygonAndCircle(
    polygonA: *const b2Polygon,
    xfA: b2Transform,
    circleB: *const b2Circle,
    xfB: b2Transform,
) -> b2Manifold
Expand description

Compute the contact manifold between a polygon and a circle