pub unsafe extern "C" fn b2RayCastCircle(
shape: *const b2Circle,
input: *const b2RayCastInput,
) -> b2CastOutputExpand description
Ray cast versus circle shape in local space.
pub unsafe extern "C" fn b2RayCastCircle(
shape: *const b2Circle,
input: *const b2RayCastInput,
) -> b2CastOutputRay cast versus circle shape in local space.