pub unsafe extern "C" fn PxBroadPhase_update_mut_1(
    self_: *mut PxBroadPhase,
    results: *mut PxBroadPhaseResults,
    updateData: *const PxBroadPhaseUpdateData
)
Expand description

Helper for single-threaded updates.

This short helper function performs a single-theaded update and reports the results in a single call.