Skip to main content

b2CollidePolygonAndCapsule

Function b2CollidePolygonAndCapsule 

Source
pub unsafe extern "C" fn b2CollidePolygonAndCapsule(
    polygonA: *const b2Polygon,
    capsuleB: *const b2Capsule,
    xf: b2Transform,
) -> b2LocalManifold
Expand description

Compute the contact manifold between a polygon and capsule