Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.AbstractRegionBSPTree.BoundaryProjector
-
Packages that use AbstractRegionBSPTree.BoundaryProjector Package Description org.apache.commons.geometry.euclidean.oned This package provides basic 1D geometry components.org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.euclidean.oned
Subclasses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.euclidean.oned Modifier and Type Class Description private static class
RegionBSPTree1D.BoundaryProjector1D
Class used to project points onto the region boundary. -
Uses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.euclidean.threed
Subclasses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.euclidean.threed Modifier and Type Class Description private static class
RegionBSPTree3D.BoundaryProjector3D
Class used to project points onto the 3D region boundary. -
Uses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.euclidean.twod
Subclasses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.euclidean.twod Modifier and Type Class Description private static class
RegionBSPTree2D.BoundaryProjector2D
Class used to project points onto the 2D region boundary. -
Uses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.spherical.oned
Subclasses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.spherical.oned Modifier and Type Class Description private static class
RegionBSPTree1S.BoundaryProjector1S
Class used to project points onto the region boundary. -
Uses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.spherical.twod
Subclasses of AbstractRegionBSPTree.BoundaryProjector in org.apache.commons.geometry.spherical.twod Modifier and Type Class Description private static class
RegionBSPTree2S.BoundaryProjector2S
Class used to project points onto the region boundary.
-