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