clear method
void
clear()
Clears all particles and children from this node
Implementation
void clear() {
particles.clear();
children.clear();
}
Clears all particles and children from this node
void clear() {
particles.clear();
children.clear();
}