示例#1
0
 public double Dist(ICoord p)
 {
     return(Point.Distance(p.GetCoord(), this.coord));
 }