Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.TargetPointVisitor
Packages that use BSPTreeVisitor.TargetPointVisitor
Package
Description
This package contains classes related to Binary Space Partitioning (BSP) trees.
-
Uses of BSPTreeVisitor.TargetPointVisitor in org.apache.commons.geometry.core.partitioning.bsp
Subclasses of BSPTreeVisitor.TargetPointVisitor in org.apache.commons.geometry.core.partitioning.bspModifier and TypeClassDescriptionprotected 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.static classBSPTreeVisitor.ClosestFirstVisitor<P extends Point<P>, N extends BSPTree.Node<P,N>> BSPTreeVisitorbase class that orders tree nodes so that nodes closest to the target point are visited first.static classBSPTreeVisitor.FarthestFirstVisitor<P extends Point<P>, N extends BSPTree.Node<P,N>> BSPTreeVisitorbase class that orders tree nodes so that nodes farthest from the target point are traversed first.