martijnkoopman / SpatiumLib

C++ header-only library for 2D/3D computer graphics, image processing and a little bit of geography.
GNU General Public License v3.0
14 stars 6 forks source link

Add Quadtree #7

Open martijnkoopman opened 5 years ago

martijnkoopman commented 5 years ago

Quadtree + abstract tree strucutre in new namespace for space partitioning and spatial indices.

martijnkoopman commented 5 years ago

PointQuadtree implemented. Not yet unit tested and no examples.

martijnkoopman commented 5 years ago

To do: Functions like FindPoints(point, radius), FindNearestNeighbour(), etc