MCPcopy Index your code
hub / github.com/EngoEngine/engo / isEmpty

Method isEmpty

quadtree.go:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (qt *quadtreeNode) isEmpty() bool {
200 return len(qt.Objects) == 0 && !qt.hasNodes
201}
202
203func (qt *quadtreeNode) unsplit() {
204 for i := 0; i < 4; i++ {

Callers 1

unsplitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected