Add more informative link in pointtree comments.

master
safety0ff 2011-03-12 14:24:10 -05:00
parent 5ac26462f1
commit 3dd8ff3e49
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
How this works:
Points are sorted by their Morton numbers, which are interleaved x and y coordinate bits.
See: http://en.wikipedia.org/wiki/Morton_number_(number_theory)
See: http://en.wikipedia.org/wiki/Z-order_(curve)
See also: http://en.wikipedia.org/wiki/Morton_number_(number_theory)
When looking for points in a particular area, a search square is split up into 4 rectangles
of varying sizes, and a quick binary search for point in those ranges is performed. The ranges