Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.AbstractRegionNode
Packages that use AbstractRegionBSPTree.AbstractRegionNode
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 AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.core.partitioning.bsp
Classes in org.apache.commons.geometry.core.partitioning.bsp with type parameters of type AbstractRegionBSPTree.AbstractRegionNodeModifier and TypeClassDescriptionclassAbstractPartitionedRegionBuilder<P extends Point<P>, N extends AbstractRegionBSPTree.AbstractRegionNode<P,N>> Class encapsulating logic for building regions by inserting boundaries into a BSP tree containing structural cuts, i.e. cuts where both sides of the cut have the same region location.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.protected static classAbstractRegionBSPTree.BoundaryProjector<P extends Point<P>, N extends AbstractRegionBSPTree.AbstractRegionNode<P,N>> Class used to compute the point on the region's boundary that is closest to a target point. -
Uses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.euclidean.oned
Subclasses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.euclidean.onedModifier and TypeClassDescriptionstatic final classBSP tree node for one dimensional Euclidean space. -
Uses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.euclidean.threed
Subclasses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.euclidean.threedModifier and TypeClassDescriptionstatic final classBSP tree node for three dimensional Euclidean space. -
Uses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.euclidean.twod
Subclasses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.euclidean.twodModifier and TypeClassDescriptionstatic final classBSP tree node for two dimensional Euclidean space. -
Uses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.spherical.oned
Subclasses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.spherical.onedModifier and TypeClassDescriptionstatic final classBSP tree node for one dimensional spherical space. -
Uses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.spherical.twod
Subclasses of AbstractRegionBSPTree.AbstractRegionNode in org.apache.commons.geometry.spherical.twodModifier and TypeClassDescriptionstatic final classBSP tree node for two dimensional spherical space.