From b5e31b70dcd4853f4ff5c30b8c914f911681788b Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Thu, 4 Jun 2020 17:53:29 +0100 Subject: Correct misspellings of damped spring. --- doc/classes/PhysicsServer2D.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml index 9da739e57a..d7821b1045 100644 --- a/doc/classes/PhysicsServer2D.xml +++ b/doc/classes/PhysicsServer2D.xml @@ -864,28 +864,28 @@ Creates a damped spring joint between two bodies. If not specified, the second body is assumed to be the joint itself. - + - + - Returns the value of a damped spring joint parameter. + Returns the value of a damped spring joint parameter. See [enum DampedSpringParam] for a list of available parameters. - + - + - Sets a damped spring joint parameter. See [enum DampedStringParam] for a list of available parameters. + Sets a damped spring joint parameter. See [enum DampedSpringParam] for a list of available parameters. @@ -1247,13 +1247,13 @@ - + Sets the resting length of the spring joint. The joint will always try to go to back this length when pulled apart. - + Sets the stiffness of the spring joint. The joint applies a force equal to the stiffness times the distance from its resting length. - + Sets 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). -- cgit v1.2.3