pub unsafe extern "C" fn PxBroadPhase_fetchResults_mut(
    self_: *mut PxBroadPhase,
    results: *mut PxBroadPhaseResults
)
Expand description

Retrieves the broadphase results after an update.

This should be called once after each update call to retrieve the results of the broadphase. The results are incremental, i.e. the system only returns new and lost pairs, not all current pairs.