Uses of Enum
org.apache.commons.geometry.core.partitioning.bsp.BSPTreeVisitor.Result
Packages that use BSPTreeVisitor.Result
Package
Description
This package contains classes related to Binary Space Partitioning (BSP) trees.
-
Uses of BSPTreeVisitor.Result in org.apache.commons.geometry.core.partitioning.bsp
Subclasses with type arguments of type BSPTreeVisitor.Result in org.apache.commons.geometry.core.partitioning.bspModifier and TypeClassDescriptionstatic enumEnum representing the result of a BSP tree node visit operation.Methods in org.apache.commons.geometry.core.partitioning.bsp that return BSPTreeVisitor.ResultModifier and TypeMethodDescriptionstatic BSPTreeVisitor.ResultReturns the enum constant of this type with the specified name.static BSPTreeVisitor.Result[]BSPTreeVisitor.Result.values()Returns an array containing the constants of this enum type, in the order they are declared.Visit a node in a BSP tree.Visit a node in a BSP tree.