Uses of Interface
org.apache.commons.geometry.core.partitioning.bsp.BSPSubtree
Packages that use BSPSubtree
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 BSPSubtree in org.apache.commons.geometry.core.partitioning.bsp
Subinterfaces of BSPSubtree in org.apache.commons.geometry.core.partitioning.bspModifier and TypeInterfaceDescriptioninterface
BSPTree<P extends Point<P>,
N extends BSPTree.Node<P, N>> Interface for Binary Space Partitioning (BSP) trees.static interface
BSPTree.Node<P extends Point<P>,
N extends BSPTree.Node<P, N>> Interface for Binary Space Partitioning (BSP) tree nodes.Classes in org.apache.commons.geometry.core.partitioning.bsp that implement BSPSubtreeModifier and TypeClassDescriptionclass
AbstractBSPTree<P extends Point<P>,
N extends AbstractBSPTree.AbstractNode<P, N>> Abstract class for Binary Space Partitioning (BSP) tree implementations.static class
AbstractBSPTree.AbstractNode<P extends Point<P>,
N extends AbstractBSPTree.AbstractNode<P, N>> Abstract implementation ofBSPTree.Node
.class
AbstractRegionBSPTree<P extends Point<P>,
N extends AbstractRegionBSPTree.AbstractRegionNode<P, N>> AbstractBSPTree
specialized for representing regions of space.static class
AbstractRegionBSPTree.AbstractRegionNode<P extends Point<P>,
N extends AbstractRegionBSPTree.AbstractRegionNode<P, N>> BSPTree.Node
implementation for use withAbstractRegionBSPTree
s. -
Uses of BSPSubtree in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement BSPSubtreeModifier and TypeClassDescriptionfinal class
Binary space partitioning (BSP) tree representing a region in one dimensional Euclidean space.static final class
BSP tree node for one dimensional Euclidean space. -
Uses of BSPSubtree in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement BSPSubtreeModifier and TypeClassDescriptionfinal class
Binary space partitioning (BSP) tree representing a region in three dimensional Euclidean space.static final class
BSP tree node for three dimensional Euclidean space. -
Uses of BSPSubtree in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement BSPSubtreeModifier and TypeClassDescriptionfinal class
Binary space partitioning (BSP) tree representing a region in two dimensional Euclidean space.static final class
BSP tree node for two dimensional Euclidean space. -
Uses of BSPSubtree in org.apache.commons.geometry.spherical.oned
Classes in org.apache.commons.geometry.spherical.oned that implement BSPSubtreeModifier and TypeClassDescriptionclass
BSP tree representing regions in 1D spherical space.static final class
BSP tree node for one dimensional spherical space. -
Uses of BSPSubtree in org.apache.commons.geometry.spherical.twod
Classes in org.apache.commons.geometry.spherical.twod that implement BSPSubtreeModifier and TypeClassDescriptionclass
BSP tree representing regions in 2D spherical space.static final class
BSP tree node for two dimensional spherical space.