MCPcopy Create free account
hub / github.com/ByteArena/box2d / GetTreeBalance

Method GetTreeBalance

CollisionB2BroadPhase.go:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (bp B2BroadPhase) GetTreeBalance() int {
77 return bp.M_tree.GetMaxBalance()
78}
79
80func (bp B2BroadPhase) GetTreeQuality() float64 {
81 return bp.M_tree.GetAreaRatio()

Callers

nothing calls this directly

Calls 1

GetMaxBalanceMethod · 0.80

Tested by

no test coverage detected