Skip to main content

b2CollideChainSegmentAndPolygon

Function b2CollideChainSegmentAndPolygon 

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

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