public class PointUtils extends Object
| Constructor and Description |
|---|
PointUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
euclideanDistance(Point a,
Point b)
This method returns the distance (taken the euclidean distance) between
two points
|
Copyright © 2015. All rights reserved.