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.
-
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.OrderReturns 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.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.OrderBSPTreeVisitor.visitOrder(N internalNode) Determine the visit order for the given internal node.