Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/engo
/ aabbWidth
Function
aabbWidth
quadtree.go:52–54 ·
view source on GitHub ↗
(x AABB)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
aabbWidth(x AABB) float32 {
53
return
x.Max.X - x.Min.X
54
}
55
56
func
aabbHeight(x AABB) float32 {
57
return
x.Max.Y - x.Min.Y
Callers
3
NewQuadtree
Function · 0.85
split
Method · 0.85
getIndex
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected