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

Function testBitmap

physx/source/lowlevelaabb/src/BpBroadPhase.cpp:133–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static bool testBitmap(const BitMap& bitmap, PxU32 size, const BpHandle* handles)
134{
135 while(size--)
136 {
137 const BpHandle h = *handles++;
138 if(bitmap.test(h))
139 return false;
140 }
141 return true;
142}
143
144bool BroadPhaseUpdateData::isValid() const
145{

Callers 1

isValidMethod · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected