Пример #1
0
 public double distance(MyPoint another)
 {
     return(distance(another.GetX(), another.GetY()));
 }