Skip to main content

b2CollideSegmentAndPolygon

Function b2CollideSegmentAndPolygon 

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

Compute the contact manifold between an segment and a polygon