quadtree.y([y]) If y is specified, sets the current y-coordinate accessor and returns the quadtree
quadtree.visitAfter(callback) Visits each node in the
quadtree.addAll(data) Adds the specified array of data to the quadtree, deriving each element’s coordinates
quadtree.copy() Returns a copy of the quadtree. All nodes in the
d3.quadtree([data[, x, y]]) Creates a new, empty quadtree with an empty
quadtree.x([x]) If x is specified, sets the current x-coordinate accessor and returns the quadtree
quadtree.removeAll(data) …
quadtree.visit(callback) Visits each node in the quadtree
quadtree.extent([extent]) If extent is specified, expands the quadtree to
quadtree.find(x, y[, radius]) Returns the datum closest to the position ⟨x,y⟩ with the
Page 1 of 2