Function DampedSpringJoint2D.length

The spring joint's maximum length. The two attached bodies cannot stretch it past this value.

double length() nothrow @property @nogc;

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