![JAR search and dependency download from the Maven repository](/logo.png)
ags.utils.dataStructures.trees.thirdGenKD.DistanceFunction Maven / Gradle / Ivy
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