MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / growAndReset

Method growAndReset

physx/source/common/src/CmBitMap.h:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 PX_INLINE void growAndReset(PxU32 index)
122 {
123 extend(index+1);
124 mMap[index>>5] &= ~(1<<(index&31));
125 }
126
127 PX_INLINE Ps::IntBool boundedTest(PxU32 index) const
128 {

Callers 4

removeFromAABBMgrMethod · 0.80
destroyContactManagerMethod · 0.80
addNodeMethod · 0.80
processLostEdgesMethod · 0.80

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected