b2CollideCapsuleAndCircle

Function b2CollideCapsuleAndCircle 

Source
pub unsafe extern "C" fn b2CollideCapsuleAndCircle(
    capsuleA: *const b2Capsule,
    xfA: b2Transform,
    circleB: *const b2Circle,
    xfB: b2Transform,
) -> b2Manifold
Expand description

Compute the contact manifold between a capsule and circle