Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ reset
Function
reset
deps/physx/physx/source/common/src/CmBitMap.h:138–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
PX_INLINE void reset(PxU32 index)
139
{
140
PX_ASSERT(index<getWordCount()*32);
141
mMap[index>>5] &= ~(1<<(index&31));
142
}
143
144
PX_INLINE Ps::IntBool test(PxU32 index) const
145
{
Callers
14
Iterator
Method · 0.70
~RadixSortBuffered
Method · 0.70
PersistentContactPair
Method · 0.50
~ImmediateScene
Method · 0.50
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
Calls
1
getWordCount
Function · 0.85
Tested by
no test coverage detected