PxBroadPhaseResults
Defined in include/PxBroadPhase.h
-
struct PxBroadPhaseResults
Broadphase results.
Set of found and lost pairs after a broadphase update.
See also
PxBroadPhasePair PxBroadPhase::fetchResults PxAABBManager::fetchResults
Public Functions
-
inline PxBroadPhaseResults()
Public Members
-
const PxBroadPhasePair *mCreatedPairs
Array of new/found/created pairs.
-
const PxBroadPhasePair *mDeletedPairs
Array of lost/deleted pairs.
-
inline PxBroadPhaseResults()