Uses of Enum
org.apache.commons.geometry.core.partitioning.bsp.BSPTree.FindNodeCutRule
Packages that use BSPTree.FindNodeCutRule
Package
Description
This package contains classes related to Binary Space Partitioning (BSP) trees.
-
Uses of BSPTree.FindNodeCutRule in org.apache.commons.geometry.core.partitioning.bsp
Methods in org.apache.commons.geometry.core.partitioning.bsp that return BSPTree.FindNodeCutRuleModifier and TypeMethodDescriptionstatic BSPTree.FindNodeCutRule
Returns the enum constant of this type with the specified name.static BSPTree.FindNodeCutRule[]
BSPTree.FindNodeCutRule.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.geometry.core.partitioning.bsp with parameters of type BSPTree.FindNodeCutRuleModifier and TypeMethodDescriptionprotected N
AbstractBSPTree.findNode
(N start, P pt, BSPTree.FindNodeCutRule cutRule) Find the smallest node in the tree containing the point, starting at the given node.AbstractBSPTree.findNode
(P pt, BSPTree.FindNodeCutRule cutBehavior) Find a node in this subtree containing the given point on its interior or boundary.BSPTree.findNode
(P pt, BSPTree.FindNodeCutRule cutRule) Find a node in this subtree containing the given point on its interior or boundary.