- java.lang.Object
-
- org.hipparchus.geometry.partitioning.BSPTree.InteriorPoint<S,P>
-
- Type Parameters:
S
- Type of the space.P
- Type of the points in space.
- Enclosing class:
- BSPTree<S extends Space,P extends Point<S,P>,H extends Hyperplane<S,P,H,I>,I extends SubHyperplane<S,P,H,I>>
public static final class BSPTree.InteriorPoint<S extends Space,P extends Point<S,P>> extends Object
Container for cell interior points.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDistance()
Get the distance to the closest edge/facet.P
getPoint()
Get the interior point.
-
-
-
Method Detail
-
getPoint
public P getPoint()
Get the interior point.- Returns:
- interior point
-
getDistance
public double getDistance()
Get the distance to the closest edge/facet.- Returns:
- distance to the closest edge/facet.
-
-