MCPcopy 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
52func aabbWidth(x AABB) float32 {
53 return x.Max.X - x.Min.X
54}
55
56func aabbHeight(x AABB) float32 {
57 return x.Max.Y - x.Min.Y

Callers 3

NewQuadtreeFunction · 0.85
splitMethod · 0.85
getIndexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected