public double KhoangCach(Diem A) { return(Math.Sqrt((this.x - A.x) * (this.x - A.x) + (this.y - A.y) * (this.y - A.y))); }
public HinhTron(Diem d, double bk) { O = d; radius = bk; }