Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.Order
-
Packages that use BSPTreeVisitor.Order Package Description org.apache.commons.geometry.core.partitioning.bsp This package contains classes related to Binary Space Partitioning (BSP) trees.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. -
-
Uses of BSPTreeVisitor.Order in org.apache.commons.geometry.core.partitioning.bsp
Methods in org.apache.commons.geometry.core.partitioning.bsp 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
BSPTreePrinter. visitOrder(N node)
Determine the visit order for the given internal node.BSPTreeVisitor.Order
BSPTreeVisitor.ClosestFirstVisitor. visitOrder(N node)
Determine the visit order for the given internal node.BSPTreeVisitor.Order
BSPTreeVisitor.FarthestFirstVisitor. visitOrder(N node)
Determine the visit order for the given internal node.default BSPTreeVisitor.Order
BSPTreeVisitor. visitOrder(N internalNode)
Determine the visit order for the given internal node. -
Uses of BSPTreeVisitor.Order in org.apache.commons.geometry.euclidean.threed
Methods in org.apache.commons.geometry.euclidean.threed that return BSPTreeVisitor.Order Modifier and Type Method Description BSPTreeVisitor.Order
RegionBSPTree3D.LinecastVisitor. visitOrder(RegionBSPTree3D.RegionNode3D internalNode)
Determine the visit order for the given internal node. -
Uses of BSPTreeVisitor.Order in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return BSPTreeVisitor.Order Modifier and Type Method Description BSPTreeVisitor.Order
RegionBSPTree2D.LinecastVisitor. visitOrder(RegionBSPTree2D.RegionNode2D internalNode)
Determine the visit order for the given internal node.
-