quadtree.data() Returns an array of all data in the quadtree.
quadtree.remove(datum) Removes the specified datum to the quadtree, deriving its coordinates ⟨x,y⟩
quadtree.find(x, y[, radius]) Returns the datum closest to the position ⟨x,y⟩ with the
quadtree.size() Returns the total number of data in the quadtree.
quadtree.add(datum) Adds the specified datum to the quadtree, deriving its coordinates ⟨x,y⟩
quadtree.root() Returns the root node of the quadtree.
Page 2 of 2