Quad tree is a datastructure for efficiently determining whether a point/shape is at a location
Creates a QuadTreeNode
QuadTreeNode. The values of the node is an array of QuadTreeItem.
Direction
A Point or ShapePositioned
Options for quad tree
Quad tree is a datastructure for efficiently determining whether a point/shape is at a location