b2CollideSegmentAndCapsule

Function b2CollideSegmentAndCapsule 

Source
pub unsafe extern "C" fn b2CollideSegmentAndCapsule(
    segmentA: *const b2Segment,
    xfA: b2Transform,
    capsuleB: *const b2Capsule,
    xfB: b2Transform,
) -> b2Manifold
Expand description

Compute the contact manifold between an segment and a capsule