b2CollideCircles

Function b2CollideCircles 

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

Compute the contact manifold between two circles