[Algorithms] Quadtree / Octtree neighbors
Brought to you by:
vexxed72
From: Kelvin M. <ke...@re...> - 2000-08-03 19:44:59
|
I need to construct a graph which connects all the neighboring nodes of a quadtree and octree. For each leaf node I need to determine all the other leaves that border on it. Does anyone know of an elegant way of doing this? Kelvin McDowell |