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
Modifier and TypeMethodDescriptiondouble
Get the distance to the closest edge/facet.getPoint()
Get the interior point.