Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ reset
Function
reset
physx/source/common/src/CmBitMap.h:139–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
PX_INLINE void reset(PxU32 index)
140
{
141
PX_ASSERT(index<getWordCount()*32);
142
mMap[index>>5] &= ~(1<<(index&31));
143
}
144
145
PX_INLINE Ps::IntBool test(PxU32 index) const
146
{
Callers
12
Iterator
Method · 0.70
~RadixSortBuffered
Method · 0.70
BpBroadPhaseMBP.cpp
File · 0.50
~Boxes
Method · 0.50
~StraightBoxes
Method · 0.50
reset
Method · 0.50
init
Method · 0.50
~SplitBoxes
Method · 0.50
~BoxManager
Method · 0.50
~ABP
Method · 0.50
EraseIterator
Method · 0.50
~PxMemoryBufferBase
Method · 0.50
Calls
1
getWordCount
Function · 0.85
Tested by
no test coverage detected