Damped spring constraint for 2D physics. Damped spring constraint for 2D physics. This resembles a spring joint that always wants to go back to a given length. Return the damping ratio of the spring joint. A value of 0 indicates an undamped spring, while 1 causes the system to reach equilibrium as fast as possible (critical damping). Return the maximum length of the spring joint. Return the resting length of the spring joint. The joint will always try to go to back this length when pulled apart. Return the stiffness of the spring joint. The joint applies a force equal to the stiffness times the distance from its resting length. Set the damping ratio of the spring joint. A value of 0 indicates an undamped spring, while 1 causes the system to reach equilibrium as fast as possible (critical damping). Set the maximum length of the spring joint. Set the resting length of the spring joint. The joint will always try to go to back this length when pulled apart. Set the stiffness of the spring joint. The joint applies a force equal to the stiffness times the distance from its resting length. The spring joint's damping ratio. A value between [code]0[/code] and [code]1[/code]. When the two bodies move into different directions the system tries to align them to the spring axis again. A high [code]damping[/code] value forces the attached bodies to align faster. Default value: [code]1[/code] The spring joint's maximum length. The two attached bodies cannot stretch it past this value. Default value: [code]50[/code] When the bodies attached to the spring joint move they stretch or squash it. The joint always tries to resize towards this length. Default value: [code]0[/code] The higher the value, the less the bodies attached to the joint will deform it. The joint applies an opposing force to the bodies, the product of the stiffness multiplied by the size difference from its resting length. Default value: [code]20[/code]