Beispiel #1
0
 /**
  * Remove a body from the simulation
  *
  * @param body The body to be removed
  */
 public void remove(Body body) {
   clearArbiters(body);
   super.remove(body);
 }