Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.BSPTree.FindNodeCutRule
-
Packages that use BSPTree.FindNodeCutRule Package Description org.apache.commons.geometry.core.partitioning.bsp 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.FindNodeCutRule Modifier and Type Method Description static BSPTree.FindNodeCutRule
BSPTree.FindNodeCutRule. valueOf(java.lang.String name)
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.FindNodeCutRule Modifier and Type Method Description protected 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.N
AbstractBSPTree. findNode(P pt, BSPTree.FindNodeCutRule cutBehavior)
Find a node in this subtree containing the given point on its interior or boundary.N
BSPTree. findNode(P pt, BSPTree.FindNodeCutRule cutRule)
Find a node in this subtree containing the given point on its interior or boundary.
-