Package 

Class PointQuadTree


  • 
    public final class PointQuadTree<T extends PointQuadTree.Item>
    
                        

    A quad tree which tracks items with a Point geometry. See http://en.wikipedia.org/wiki/Quadtree for details on the data structure. This class is not thread safe.