Skip to main content

b3Body_CollideMover

Function b3Body_CollideMover 

Source
pub unsafe extern "C" fn b3Body_CollideMover(
    bodyId: b3BodyId,
    bodyPlanes: *mut b3BodyPlaneResult,
    planeCapacity: c_int,
    origin: b3Pos,
    mover: *const b3Capsule,
    filter: b3QueryFilter,
    bodyTransform: b3WorldTransform,
) -> c_int
Expand description

Collide a character mover with a specific body using a specified body transform.