reset(x, y, width, height, maxObjects, maxLevels, level)
new QuadTree(x, y, width, height, maxObjects, maxLevels, level)
getIndex(rect) → {number} Determine which node the object belongs to. Parameters
bounds : Object Object that contains the quadtree bounds. Source code:
level : number The current level. Source code:
retrieve(source) → {array} Return all objects that could collide with the given Sprite or Rectangle
maxLevels : number The maximum number of levels to break down to. Default
split() Split the node into 4 subnodes Source code:
insert(body) Insert the object into the node. If the node exceeds the capacity, it will split and add all objects to their corresponding
maxObjects : number The maximum number of objects per node. Default Value
Page 1 of 2