-
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePointQuadTree.Itempublic classPointQuadTree.Companion
-
Constructor Summary
Constructors Constructor Description PointQuadTree(Double minX, Double maxX, Double minY, Double maxY)PointQuadTree(Bounds mBounds, Integer mDepth)PointQuadTree(Bounds mBounds)
-