Esempio n. 1
0
 public virtual bool touches(BaseShape other)
 {
     return(false);
 }
Esempio n. 2
0
 public virtual void setNeighbor(BaseShape other)
 {
     neighbors.Add(other);
     other.neighbors.Add(this);
 }