Interface KdNode.IKdValueFetcher

    • Method Detail

      • getValue

        double getValue​(IVector2 point)
        Returns the coordinate value of the current hyperplane.
        Parameters:
        point - The input value.
        Returns:
        Coordinate value of the current hyperplane.
      • nextFetcher

        KdNode.IKdValueFetcher nextFetcher()
        Returns the fetcher for the next hyperplane in the tree.
        Returns:
        Fetcher for the next hyperplane in the tree.
      • getComparator

        java.util.Comparator<ISpaceObject> getComparator()
        Returns a comparator for sorting within the current hyperplane.
        Returns:
        Comparator for sorting within the current hyperplane.