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.Order
OutlineExtractor.BoundaryProjector. visitOrder(BSPTree<Euclidean3D> node)
Determine the visit order for this node.BSPTreeVisitor.Order
PolyhedronsSet.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.Order
PolygonsSet.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.Order
BSPTreeVisitor.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.Order
BoundaryBuilder. visitOrder(BSPTree<S> node)
Determine the visit order for this node.BSPTreeVisitor.Order
BoundaryProjector. visitOrder(BSPTree<S> node)
Determine the visit order for this node.BSPTreeVisitor.Order
BoundarySizeVisitor. visitOrder(BSPTree<S> node)
Determine the visit order for this node.BSPTreeVisitor.Order
BSPTreeVisitor. visitOrder(BSPTree<S> node)
Determine the visit order for this node.BSPTreeVisitor.Order
RegionFactory.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.Order
EdgesBuilder. visitOrder(BSPTree<Sphere2D> node)
Determine the visit order for this node.BSPTreeVisitor.Order
PropertiesComputer. visitOrder(BSPTree<Sphere2D> node)
Determine the visit order for this node.
-