public double DistanceDe2D(iPoint pt)
 {
     return(Math.Abs(pt.DistanceDe2D(Centre) - Rayon));
 }