Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
void StraightBoxes::init(PxU32 size, PxU32 capacity, SIMD_AABB4* boxes)
471
{
472
reset();
473
mSize = size;
474
mCapacity = capacity;
475
mBoxes = boxes;
476
}
477
478
PxU32 StraightBoxes::resize()
479
{
Callers
4
BpBroadPhaseMBP.cpp
File · 0.45
BpBroadPhaseABP.cpp
File · 0.45
prepareData
Method · 0.45
BroadPhaseSap
Method · 0.45
Calls
4
getBoxes_X
Method · 0.80
getBoxes_YZ
Method · 0.80
reset
Function · 0.50
init
Function · 0.50
Tested by
no test coverage detected