MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / reset

Method reset

deps/physx/physx/source/lowlevelaabb/src/BpBroadPhaseABP.cpp:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void StraightBoxes::reset()
465{
466 DELETEARRAY(mBoxes);
467 Boxes::reset();
468}
469
470void StraightBoxes::init(PxU32 size, PxU32 capacity, SIMD_AABB4* boxes)
471{

Callers 9

resetOrClearFunction · 0.45
destroyAggregateMethod · 0.45
postBpStage3Method · 0.45
resetBpCacheDataMethod · 0.45
prepareDataMethod · 0.45
freeBufferFunction · 0.45

Calls 3

resetFunction · 0.50
purgeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected