Point-Region Quadtree Insert

Hide text Hide pseudo-code

Insert the given points to the PR-quadtree.

1. Let root be the root node of the PR-quad 
   tree and p a point to be inserted
2. insert(root, p)


  Created Fri Oct 30 13:52:47 EET 2009 - Powered by SVG-hut