Ejemplo n.º 1
0
 public QuadTree(Rectangle bound)
 {
     this._root = new QuadNode(1, bound);
 }