MCPcopy 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
56func aabbHeight(x AABB) float32 {
57 return x.Max.Y - x.Min.Y
58}
59
60func aabbRect(x, y, width, height float32) AABB {
61 return AABB{

Callers 3

NewQuadtreeFunction · 0.85
splitMethod · 0.85
getIndexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected