b2World_CastCircle

Function b2World_CastCircle 

Source
pub unsafe extern "C" fn b2World_CastCircle(
    worldId: b2WorldId,
    circle: *const b2Circle,
    originTransform: b2Transform,
    translation: b2Vec2,
    filter: b2QueryFilter,
    fcn: b2CastResultFcn,
    context: *mut c_void,
)
Expand description

Cast a circle through the world. Similar to a cast ray except that a circle is cast instead of a point.