Tagged Questions
0
votes
3answers
151 views
Any references on how to implement quadtrees with periodic limits?
I have spatial data - (x, y) points on a plane - which I'm partitioning using quadtrees. The idea is to find which points are neighbors to a given (a, b) point. The points are neighbors if there some ...