Uses of Interface
org.hipparchus.geometry.partitioning.BSPTreeVisitor
-
Packages that use BSPTreeVisitor Package Description org.hipparchus.geometry.partitioning This package provides classes to implement Binary Space Partition trees. -
-
Uses of BSPTreeVisitor in org.hipparchus.geometry.partitioning
Classes in org.hipparchus.geometry.partitioning that implement BSPTreeVisitor Modifier and Type Class Description class
InteriorPointFinder<S extends Space,P extends Point<S,P>,H extends Hyperplane<S,P,H,I>,I extends SubHyperplane<S,P,H,I>>
Finder for interior points.Methods in org.hipparchus.geometry.partitioning with parameters of type BSPTreeVisitor Modifier and Type Method Description void
BSPTree. visit(BSPTreeVisitor<S,P,H,I> visitor)
Visit the BSP tree nodes.
-