Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.ClosestFirstVisitor
Packages that use BSPTreeVisitor.ClosestFirstVisitor
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 BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.core.partitioning.bsp
Subclasses of BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.core.partitioning.bspModifier and TypeClassDescriptionprotected static class
AbstractRegionBSPTree.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 BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.euclidean.oned
Modifier and TypeClassDescriptionprivate static final class
Class used to project points onto the region boundary. -
Uses of BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.euclidean.threed
Modifier and TypeClassDescriptionprivate static final class
Class used to project points onto the 3D region boundary. -
Uses of BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.euclidean.twod
Modifier and TypeClassDescriptionprivate static final class
Class used to project points onto the 2D region boundary. -
Uses of BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.spherical.oned
Modifier and TypeClassDescriptionprivate static final class
Class used to project points onto the region boundary. -
Uses of BSPTreeVisitor.ClosestFirstVisitor in org.apache.commons.geometry.spherical.twod
Modifier and TypeClassDescriptionprivate static final class
Class used to project points onto the region boundary.