Quadtree constructor

Quadtree()

Implementation

Quadtree() {
  root = Root();
}