public bool intersect(House other) { return VMath.intersectAABB(this, other); }
public void addHouse(House h) { Houses.Add(h); }