Package org.khelekore.prtree
Class MinDist
- java.lang.Object
-
- org.khelekore.prtree.MinDist
-
public class MinDist extends Object
Class that can calculate the MINDIST between a point and a rectangle
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
get(MBR mbr, PointND p)
Calculate the MINDIST between the given MBRND and the given point
-