Class BSPTree.InteriorPoint<S extends Space,​P extends Point<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 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.