public interface Distance
| Modifier and Type | Method and Description |
|---|---|
double |
distance(ImagePoint a,
ImagePoint b) |
double |
distance(int x1,
int y1,
int x2,
int y2) |
double distance(ImagePoint a, ImagePoint b)
double distance(int x1,
int y1,
int x2,
int y2)
Copyright © 2013. All Rights Reserved.