Skip to main content

b2CollideSegmentAndCircle

Function b2CollideSegmentAndCircle 

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

Compute the contact manifold between an segment and a circle