pub unsafe extern "C" fn b3CollideCapsuleAndSphere(
manifold: *mut b3LocalManifold,
capacity: c_int,
capsuleA: *const b3Capsule,
sphereB: *const b3Sphere,
transformBtoA: b3Transform,
)Expand description
Collide a capsule and a sphere.