All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ags.utils.dataStructures.trees.thirdGenKD.DistanceFunction Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
package ags.utils.dataStructures.trees.thirdGenKD;

public interface DistanceFunction {
    public double distance(double[] p1, double[] p2);
    public double distanceToRect(double[] point, double[] min, double[] max);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy