b2CollideSegmentAndPolygon

Function b2CollideSegmentAndPolygon 

Source
pub unsafe extern "C" fn b2CollideSegmentAndPolygon(
    segmentA: *const b2Segment,
    xfA: b2Transform,
    polygonB: *const b2Polygon,
    xfB: b2Transform,
) -> b2Manifold
Expand description

Compute the contact manifold between an segment and a polygon