Tagged Questions
8
votes
5answers
1k views
Spatial Data Structures for moving objects?
I was wondering what is the best data structure to deal with a lot of moving objects(spheres, triangles, boxes, points, etc)? I'm trying to answer two questions, Nearest Neighbor and Collsion ...
0
votes
3answers
150 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 ...