Example #1
0
 /// <summary>
 /// Returns the number of objects inside this QuadTree.
 /// </summary>
 /// <returns>The number of objects in the tree.</returns>
 public int Count()
 {
     return(_rootNode.Count());
 }