Skip to main content

b2CollideSegmentAndCapsule

Function b2CollideSegmentAndCapsule 

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

Compute the contact manifold between an segment and a capsule