Bridges-Java
3.4.4-dev2-4-g23cf54b
Bridges(Java API)
|
Classes | |
class | bridges.base.KdTreeElement< K, E > |
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 of 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 and octants at each level, respectively. More... | |
Packages | |
package | bridges.base |