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

Method empty

physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void BitArray::empty()
234{
235#ifdef BIT_ARRAY_STACK
236 if(mBits!=mStack)
237#endif
238 MBP_FREE(mBits);
239 mBits = NULL;
240 mSize = 0;
241}
242
243bool BitArray::init(PxU32 nbBits)
244{

Callers 2

staticSortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected