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 Wed Jun 20 16:00:44 EEST 2007 - Powered by SVG-hut