summaryrefslogtreecommitdiffstats
path: root/libdimension/prtree.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't store unbounded objects (planes, etc.) in the PR-tree.Tavian Barnes2010-05-071-3/+8
| | | | | Keep them in a dmnsn_array* instead. This makes the tree better and saves us some search time.
* Replace BVSTs with priority R-trees.Tavian Barnes2010-05-051-0/+51