b2RayCastPolygon

Function b2RayCastPolygon 

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

Ray cast versus polygon shape in local space.