b2RayCastCircle

Function b2RayCastCircle 

Source
pub unsafe extern "C" fn b2RayCastCircle(
    shape: *const b2Circle,
    input: *const b2RayCastInput,
) -> b2CastOutput
Expand description

Ray cast versus circle shape in local space.