public class MinDist2D extends Object
public static double get(double minx,
double miny,
double maxx,
double maxy,
double x,
double y)
minx - the rectangle minimum x pointminy - the rectangle minimum y pointmaxx - the rectangle maximum x pointmaxy - the rectangle maximum y pointx - the pointy - the pointCopyright © 2017. All rights reserved.