Unit tests for KdTree
Fragment of a discussion from User talk:Rednaxela/kD-Tree
Jump to navigation
Jump to search
If you wanted to take a look at Gilgalad, I think I have this working correctly in my tree. However, the feature is never used since it is faster to just have one large bucket unless the size limit is greater than about 10000 or so, and if I used that many points I would probably just use them all.
AW