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_intExpand description
Collide a character mover with a specific body using a specified body transform.