7 Commits

Author SHA1 Message Date
c72dde9b84 Add empty implementation for ray intersection 2020-12-28 14:08:43 +01:00
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