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

Method computeHeight

src/collision/broadphase/DynamicAABBTree.cpp:824–826  ·  view source on GitHub ↗

Compute the height of the tree

Source from the content-addressed store, hash-verified

822
823// Compute the height of the tree
824int DynamicAABBTree::computeHeight() {
825 return computeHeight(mRootNodeID);
826}
827
828// Compute the height of a given node in the tree
829int DynamicAABBTree::computeHeight(int32 nodeID) {

Callers

nothing calls this directly

Calls 1

isLeafMethod · 0.80

Tested by

no test coverage detected