I\'ve written a method to help build a quadtree. Each quadtree has a root node, and a root node has 4 children. I\'m using depth recursion to stop this function from dividin
If the n->isLeaf() condition means "all n's children are null", then I suppose it is always false here.
n->isLeaf()
n