clear method

void clear()

Implementation

void clear() {
  bodies.clear();
  _contacts.clear();
  _joints.clear();
}