From 4f929a0fdfae24b1ca5acf0b732219119090ee43 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 12 Sep 2017 17:42:36 -0300 Subject: Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them. --- doc/classes/DampedSpringJoint2D.xml | 91 +++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 doc/classes/DampedSpringJoint2D.xml (limited to 'doc/classes/DampedSpringJoint2D.xml') diff --git a/doc/classes/DampedSpringJoint2D.xml b/doc/classes/DampedSpringJoint2D.xml new file mode 100644 index 000000000..feed1bed5 --- /dev/null +++ b/doc/classes/DampedSpringJoint2D.xml @@ -0,0 +1,91 @@ + + + + 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. + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2