Пример #1
0
 public VisibleLine(Asteroid a, Asteroid b)
 {
     this.A = a;
     this.B = b;
 }