pub unsafe extern "C" fn b2CollideCircles(
circleA: *const b2Circle,
xfA: b2Transform,
circleB: *const b2Circle,
xfB: b2Transform,
) -> b2ManifoldExpand description
Compute the contact manifold between two circles
pub unsafe extern "C" fn b2CollideCircles(
circleA: *const b2Circle,
xfA: b2Transform,
circleB: *const b2Circle,
xfB: b2Transform,
) -> b2ManifoldCompute the contact manifold between two circles