pub unsafe extern "C" fn b2CollidePolygons(
polygonA: *const b2Polygon,
xfA: b2Transform,
polygonB: *const b2Polygon,
xfB: b2Transform,
) -> b2ManifoldExpand description
Compute the contact manifold between two polygons
pub unsafe extern "C" fn b2CollidePolygons(
polygonA: *const b2Polygon,
xfA: b2Transform,
polygonB: *const b2Polygon,
xfB: b2Transform,
) -> b2ManifoldCompute the contact manifold between two polygons