b2CollideChainSegmentAndPolygon

Function b2CollideChainSegmentAndPolygon 

Source
pub unsafe extern "C" fn b2CollideChainSegmentAndPolygon(
    segmentA: *const b2ChainSegment,
    xfA: b2Transform,
    polygonB: *const b2Polygon,
    xfB: b2Transform,
    cache: *mut b2SimplexCache,
) -> b2Manifold
Expand description

Compute the contact manifold between a chain segment and a rounded polygon