MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / DynamicAABBTree

Method DynamicAABBTree

src/collision/broadphase/DynamicAABBTree.cpp:38–42  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

36
37// Constructor
38DynamicAABBTree::DynamicAABBTree(MemoryAllocator& allocator, decimal fatAABBInflatePercentage)
39 : mAllocator(allocator), mFatAABBInflatePercentage(fatAABBInflatePercentage) {
40
41 init();
42}
43
44// Destructor
45DynamicAABBTree::~DynamicAABBTree() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected