Bridges-Java-3.0.1  3.0.1
Bridges(JavaAPI)
Classes | Packages
KdTreeElement.java File Reference

Classes

class  bridges.base.KdTreeElement< K, E >
 The This class can be used to create K-d Tree elements, derived from BSTElement. K-D trees can be thought of as the spatial equivalent binary search trees and operate on multiple dimensions (2D and 3D are most common). These trees serve as a representation of the underlying geometrically defined spaces. Specialized versions of these trees include quadtrees and octrees, which subdivide into equal sized quadrants octants at each level, respectively. More...
 

Packages

package  bridges.base