Uses of Enum
org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.Order
Packages that use BSPTreeVisitor.Order
Package
Description
This package contains classes related to Binary Space Partitioning (BSP) trees.
This package provides basic 3D geometry components.
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.OrderModifier and TypeMethodDescriptionstatic BSPTreeVisitor.Order
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.BSPTreePrinter.visitOrder
(N node) Determine the visit order for the given internal node.BSPTreeVisitor.ClosestFirstVisitor.visitOrder
(N node) Determine the visit order for the given internal node.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.OrderModifier and TypeMethodDescriptionRegionBSPTree3D.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.OrderModifier and TypeMethodDescriptionRegionBSPTree2D.LinecastVisitor.visitOrder
(RegionBSPTree2D.RegionNode2D internalNode) Determine the visit order for the given internal node.