Uses of Enum
org.hipparchus.geometry.partitioning.BSPTreeVisitor.Order
Package
Description
This package provides classes to implement Binary Space Partition trees.
-
Uses of BSPTreeVisitor.Order in org.hipparchus.geometry.partitioning
Modifier 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.BSPTreeVisitor.visitOrder
(BSPTree<S> node) Determine the visit order for this node.