Uses of Interface
org.apache.commons.geometry.core.partitioning.bsp.BSPTree
Packages that use BSPTree
Package
Description
This package contains classes related to Binary Space Partitioning (BSP) trees.
This package provides basic 1D geometry components.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of BSPTree in org.apache.commons.geometry.core.partitioning.bsp
Classes in org.apache.commons.geometry.core.partitioning.bsp that implement BSPTreeModifier and TypeClassDescriptionclass
AbstractBSPTree<P extends Point<P>,
N extends AbstractBSPTree.AbstractNode<P, N>> Abstract class for Binary Space Partitioning (BSP) tree implementations.class
AbstractRegionBSPTree<P extends Point<P>,
N extends AbstractRegionBSPTree.AbstractRegionNode<P, N>> AbstractBSPTree
specialized for representing regions of space.Methods in org.apache.commons.geometry.core.partitioning.bsp that return BSPTreeMethods in org.apache.commons.geometry.core.partitioning.bsp with parameters of type BSPTree -
Uses of BSPTree in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement BSPTreeModifier and TypeClassDescriptionfinal class
Binary space partitioning (BSP) tree representing a region in one dimensional Euclidean space. -
Uses of BSPTree in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement BSPTreeModifier and TypeClassDescriptionfinal class
Binary space partitioning (BSP) tree representing a region in three dimensional Euclidean space. -
Uses of BSPTree in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement BSPTreeModifier and TypeClassDescriptionfinal class
Binary space partitioning (BSP) tree representing a region in two dimensional Euclidean space. -
Uses of BSPTree in org.apache.commons.geometry.spherical.oned
Classes in org.apache.commons.geometry.spherical.oned that implement BSPTreeModifier and TypeClassDescriptionclass
BSP tree representing regions in 1D spherical space. -
Uses of BSPTree in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement BSPTreeModifier and TypeClassDescriptionclass
BSP tree representing regions in 2D spherical space.