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

@@ -724,6 +724,7 @@
<ClCompile Include="..\src\core\geometry_func.cpp" />
<ClInclude Include="..\src\core\geometry_func.hpp" />
<ClInclude Include="..\src\core\geometry_type.hpp" />
<ClInclude Include="..\src\core\kdtree.hpp" />
<ClCompile Include="..\src\core\math_func.cpp" />
<ClInclude Include="..\src\core\math_func.hpp" />
<ClInclude Include="..\src\core\mem_func.hpp" />