Class BSPTree.InteriorPoint<S extends Space,P extends Point<S,P>>

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 Details Link icon

    • getPoint Link icon

      public P getPoint()
      Get the interior point.
      Returns:
      interior point
    • getDistance Link icon

      public double getDistance()
      Get the distance to the closest edge/facet.
      Returns:
      distance to the closest edge/facet.