Uses of Class
org.hipparchus.geometry.partitioning.BSPTree.InteriorPoint
-
Packages that use BSPTree.InteriorPoint Package Description org.hipparchus.geometry.partitioning This package provides classes to implement Binary Space Partition trees. -
-
Uses of BSPTree.InteriorPoint in org.hipparchus.geometry.partitioning
Methods in org.hipparchus.geometry.partitioning that return BSPTree.InteriorPoint Modifier and Type Method Description BSPTree.InteriorPoint<S,P>
BSPTree. getInteriorPoint(P defaultPoint)
Get a point that is interior to the cell.BSPTree.InteriorPoint<S,P>
InteriorPointFinder. getPoint()
Get the point found.
-