d3 / d3-quadtree

Two-dimensional recursive spatial subdivision.

Home Page:https://d3js.org/d3-quadtree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3-quadtree

A quadtree recursively partitions two-dimensional space into squares, dividing each square into four equally-sized squares. Each distinct point exists in a unique leaf node; coincident points are represented by a linked list. Quadtrees can accelerate various spatial operations, such as the Barnes–Hut approximation for computing many-body forces, collision detection, and searching for nearby points.

Resources

About

Two-dimensional recursive spatial subdivision.

https://d3js.org/d3-quadtree

License:ISC License


Languages

Language:JavaScript 100.0%