detach method

void detach()

Detach the constraint from the bodies.

Implementation

void detach(){
  p1=null;
  p2=null;
  lv1=null;
  lv2=null;
  av1=null;
  av2=null;
  i1=null;
  i2=null;
}