Class | Description |
---|---|
Cell |
A cell representing a bounding box forthe quad tree
|
QuadTree |
QuadTree: http://en.wikipedia.org/wiki/Quadtree
Reference impl based on the paper by:
http://arxiv.org/pdf/1301.3342v2.pdf
Primarily focused on 2 dimensions, may expand later if there's a reason.
|
QuadTreeTest |
Created by agibsonccc on 1/2/15.
|