Uses of Class
org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor.Order
-
Packages that use BSPTreeVisitor.Order Package Description org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of BSPTreeVisitor.Order in org.apache.commons.math3.geometry.euclidean.threed
Methods in org.apache.commons.math3.geometry.euclidean.threed that return BSPTreeVisitor.Order Modifier and Type Method Description BSPTreeVisitor.OrderOutlineExtractor.BoundaryProjector. visitOrder(BSPTree<Euclidean3D> node)Determine the visit order for this node.BSPTreeVisitor.OrderPolyhedronsSet.FacetsContributionVisitor. visitOrder(BSPTree<Euclidean3D> node)Determine the visit order for this node. -
Uses of BSPTreeVisitor.Order in org.apache.commons.math3.geometry.euclidean.twod
Methods in org.apache.commons.math3.geometry.euclidean.twod that return BSPTreeVisitor.Order Modifier and Type Method Description BSPTreeVisitor.OrderPolygonsSet.SegmentsBuilder. visitOrder(BSPTree<Euclidean2D> node)Determine the visit order for this node. -
Uses of BSPTreeVisitor.Order in org.apache.commons.math3.geometry.partitioning
Methods in org.apache.commons.math3.geometry.partitioning that return BSPTreeVisitor.Order Modifier and Type Method Description static BSPTreeVisitor.OrderBSPTreeVisitor.Order. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BSPTreeVisitor.Order[]BSPTreeVisitor.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.BSPTreeVisitor.OrderBoundaryBuilder. visitOrder(BSPTree<S> node)Determine the visit order for this node.BSPTreeVisitor.OrderBoundaryProjector. visitOrder(BSPTree<S> node)Determine the visit order for this node.BSPTreeVisitor.OrderBoundarySizeVisitor. visitOrder(BSPTree<S> node)Determine the visit order for this node.BSPTreeVisitor.OrderBSPTreeVisitor. visitOrder(BSPTree<S> node)Determine the visit order for this node.BSPTreeVisitor.OrderRegionFactory.NodesCleaner. visitOrder(BSPTree<S> node)Determine the visit order for this node. -
Uses of BSPTreeVisitor.Order in org.apache.commons.math3.geometry.spherical.twod
Methods in org.apache.commons.math3.geometry.spherical.twod that return BSPTreeVisitor.Order Modifier and Type Method Description BSPTreeVisitor.OrderEdgesBuilder. visitOrder(BSPTree<Sphere2D> node)Determine the visit order for this node.BSPTreeVisitor.OrderPropertiesComputer. visitOrder(BSPTree<Sphere2D> node)Determine the visit order for this node.
-