clear method

void clear()

Clears all particles from the tree

Implementation

void clear() {
  _root.clear();
}