Exemplo n.º 1
0
 public double distance(Point point) 
 {
     return distance(point.getX(), point.getY());
 }