Пример #1
0
 public bool intersect(House other)
 {
     return VMath.intersectAABB(this, other);
 }
Пример #2
0
 public void addHouse(House h)
 {
     Houses.Add(h);
 }