This is very much a work in progress.
C++ KDTree implementation derived from the C KDTree implementation written by John Tsiombikas. The original C version is available at google code and the specific version this was derived from is available at github under the git tag 'original'.
The C++ side of this is simply to shore up type casting so it builds with a C++ compiler.
- cmake 2.8.2+
- g++ 4.4+
- gnu make
- cmake -DCMAKE_PREFIX_PATH=/opt/local .
- make
- sudo make install
- Fork it.
- Create a branch
- Commit your changes
- Push to the branch
- Fire off a pull request