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

Method init

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

Source from the content-addressed store, hash-verified

468}
469
470void StraightBoxes::init(PxU32 size, PxU32 capacity, SIMD_AABB4* boxes)
471{
472 reset();
473 mSize = size;
474 mCapacity = capacity;
475 mBoxes = boxes;
476}
477
478PxU32 StraightBoxes::resize()
479{

Callers 4

prepareDataMethod · 0.45
BroadPhaseSapMethod · 0.45

Calls 4

getBoxes_XMethod · 0.80
getBoxes_YZMethod · 0.80
resetFunction · 0.50
initFunction · 0.50

Tested by

no test coverage detected