Searched refs:ComputeHeight (Results 1 – 4 of 4) sorted by relevance
561 int32 b2DynamicTree::ComputeHeight(int32 nodeId) const in ComputeHeight() function in b2DynamicTree571 int32 height1 = ComputeHeight(node->child1); in ComputeHeight()572 int32 height2 = ComputeHeight(node->child2); in ComputeHeight()576 int32 b2DynamicTree::ComputeHeight() const in ComputeHeight() function in b2DynamicTree578 int32 height = ComputeHeight(m_root); in ComputeHeight()670 b2Assert(GetHeight() == ComputeHeight()); in Validate()
136 int32 ComputeHeight() const;137 int32 ComputeHeight(int32 nodeId) const;
433 const_cast<SUnit *>(this)->ComputeHeight();490 void ComputeHeight();
267 void SUnit::ComputeHeight() { in ComputeHeight() function in SUnit