9 Commits

Author SHA1 Message Date
2105e2619e Change std::max_element to min_element
We were using max_element twice
2020-12-28 13:55:38 +01:00
2ce6b06e54 Fix inserted point not being removed from list 2020-12-28 13:51:14 +01:00
80d6a27eef Add to_string to KDTree for debug printing 2020-12-28 12:34:05 +01:00
ece164a660 Fix clang-format
That earlier change introduced an error because YAML sucks
2020-12-28 12:23:23 +01:00
e7f18acc7d Move point comparator lambda to function
This avoids some code duplication
2020-12-28 12:17:44 +01:00
0d8d6d7f6b Add basic untested kdtree implementation 2020-12-28 12:11:25 +01:00
c6d21ba175 Update clang-format to cpp-template status 2020-12-28 12:11:15 +01:00
6ab6f1fe7b Update README.md 2020-12-09 13:58:21 +01:00
mgs
4d38422bdd Initial commit 2020-12-09 13:09:35 +01:00