Function DampedSpringJoint2D.restLength

When the bodies attached to the spring joint move they stretch or squash it. The joint always tries to resize towards this length.

double restLength() nothrow @property @nogc;

void restLength (
  double v
) nothrow @property @nogc;