b2CollideSegmentAndCircle

Function b2CollideSegmentAndCircle 

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

Compute the contact manifold between an segment and a circle