clear method

void clear()

Clears all particles and children from this node

Implementation

void clear() {
  particles.clear();
  children.clear();
}