d3 / d3-quadtree

Two-dimensional recursive spatial subdivision.
https://d3js.org/d3-quadtree
ISC License
230 stars 52 forks source link

Rename root.visit to root.each? #3

Closed mbostock closed 8 years ago

mbostock commented 8 years ago

For consistency with d3-hierarchy.

mbostock commented 8 years ago

Done, although it’s closer to hierarchy.eachBefore rather than hierarchy.each.