]> git.street.me.uk Git - andy/viking.git/commit
Add kdtree C code version 0.5.6 from https://code.google.com/p/kdtree/
authorRob Norris <rw_norris@hotmail.com>
Mon, 2 Jun 2014 21:20:56 +0000 (22:20 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 5 Jun 2014 19:46:20 +0000 (20:46 +0100)
commitc3102c63c7f434567e186ea52e9fa34c8758a8c5
tree26d097fca633e881cc5f54005e3100dab4ed7515
parent8ada46de3691a9d89c4fba390cecc67cf71acf81
Add kdtree C code version 0.5.6 from https://code.google.com/p/kdtree/

"kdtree is a simple, easy to use C library for working with kd-trees.

Kd-trees are an extension of binary search trees to k-dimensional data. They facilitate very fast searching, and nearest-neighbor queries.

This particular implementation is designed to be efficient and very easy to use. It is completely written in ANSI/ISO C, and thus completely cross-platform."
help/C/attribution.xml
src/misc/kdtree.c [new file with mode: 0644]
src/misc/kdtree.h [new file with mode: 0644]