Codechange: Add a k-d tree generic data structure

This commit is contained in:
Niels Martin Hansen
2019-02-18 14:16:03 +01:00
parent 3a54c71041
commit d7522e5e8f
8 changed files with 486 additions and 0 deletions

View File

@@ -429,6 +429,7 @@ core/enum_type.hpp
core/geometry_func.cpp
core/geometry_func.hpp
core/geometry_type.hpp
core/kdtree.hpp
core/math_func.cpp
core/math_func.hpp
core/mem_func.hpp