Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 484 Bytes

Quadtree

Particle collision detection using quadtree. A quadtree is a tree data structure in which each internal node has exactly four children.

Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.

Demo

Check demo on GitHub page: https://s-litvin.github.io/quadtree/

alt text