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
Where is the original call to buildTreeHelper? I can just imagine its in the constructor.
buildTreeHelper