Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/EngoEngine/engo
/ aabbHeight
Function
aabbHeight
quadtree.go:56–58 ·
view source on GitHub ↗
(x AABB)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
aabbHeight(x AABB) float32 {
57
return
x.Max.Y - x.Min.Y
58
}
59
60
func
aabbRect(x, y, width, height float32) AABB {
61
return
AABB{
Callers
3
NewQuadtree
Function · 0.85
split
Method · 0.85
getIndex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected