Skip to main content

b3Body_OverlapShape

Function b3Body_OverlapShape 

Source
pub unsafe extern "C" fn b3Body_OverlapShape(
    bodyId: b3BodyId,
    origin: b3Pos,
    proxy: *const b3ShapeProxy,
    filter: b3QueryFilter,
    bodyTransform: b3WorldTransform,
) -> bool
Expand description

Overlap a shape with a specific body using a specified body transform.