Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeFromAABBMgr
Method · 0.80
destroyContactManager
Method · 0.80
addNode
Method · 0.80
processLostEdges
Method · 0.80
Calls
1
extend
Function · 0.85
Tested by
no test coverage detected