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 TypeInterfaceDescriptioninterfaceBSPTree<P extends Point<P>, N extends BSPTree.Node<P,N>> Interface for Binary Space Partitioning (BSP) trees.static interfaceBSPTree.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 TypeClassDescriptionclassAbstractBSPTree<P extends Point<P>, N extends AbstractBSPTree.AbstractNode<P,N>> Abstract class for Binary Space Partitioning (BSP) tree implementations.static classAbstractBSPTree.AbstractNode<P extends Point<P>, N extends AbstractBSPTree.AbstractNode<P,N>> Abstract implementation ofBSPTree.Node.classAbstractRegionBSPTree<P extends Point<P>, N extends AbstractRegionBSPTree.AbstractRegionNode<P,N>> AbstractBSPTreespecialized for representing regions of space.static classAbstractRegionBSPTree.AbstractRegionNode<P extends Point<P>, N extends AbstractRegionBSPTree.AbstractRegionNode<P,N>> BSPTree.Nodeimplementation for use withAbstractRegionBSPTrees. -
Uses of BSPSubtree in org.apache.commons.geometry.euclidean.oned
Classes in org.apache.commons.geometry.euclidean.oned that implement BSPSubtreeModifier and TypeClassDescriptionfinal classBinary space partitioning (BSP) tree representing a region in one dimensional Euclidean space.static final classBSP 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 classBinary space partitioning (BSP) tree representing a region in three dimensional Euclidean space.static final classBSP 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 classBinary space partitioning (BSP) tree representing a region in two dimensional Euclidean space.static final classBSP 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 TypeClassDescriptionclassBSP tree representing regions in 1D spherical space.static final classBSP 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 TypeClassDescriptionclassBSP tree representing regions in 2D spherical space.static final classBSP tree node for two dimensional spherical space.