Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
func
(bp B2BroadPhase) GetTreeBalance() int {
77
return
bp.M_tree.GetMaxBalance()
78
}
79
80
func
(bp B2BroadPhase) GetTreeQuality() float64 {
81
return
bp.M_tree.GetAreaRatio()
Callers
nothing calls this directly
Calls
1
GetMaxBalance
Method · 0.80
Tested by
no test coverage detected