From eaaee63b629d6999fcc0c84e38886b964f6d051d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 30 Mar 2020 18:22:57 +0200 Subject: doc: Update classref with node renames A few extra renames for classes which were missed in last week's PRs. --- doc/classes/ConeTwistJoint3D.xml | 80 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 doc/classes/ConeTwistJoint3D.xml (limited to 'doc/classes/ConeTwistJoint3D.xml') diff --git a/doc/classes/ConeTwistJoint3D.xml b/doc/classes/ConeTwistJoint3D.xml new file mode 100644 index 0000000000..e86e95bec3 --- /dev/null +++ b/doc/classes/ConeTwistJoint3D.xml @@ -0,0 +1,80 @@ + + + + A twist joint between two 3D bodies. + + + The joint can rotate the bodies across an axis defined by the local x-axes of the [Joint3D]. + The twist axis is initiated as the X axis of the [Joint3D]. + Once the Bodies swing, the twist axis is calculated as the middle of the x-axes of the Joint3D in the local space of the two Bodies. + + + + + + + + + + + + + + + + + + + + + + + + + + The speed with which the swing or twist will take place. + The higher, the faster. + + + Defines, how fast the swing- and twist-speed-difference on both sides gets synced. + + + The ease with which the joint starts to twist. If it's too low, it takes more force to start twisting the joint. + + + Swing is rotation from side to side, around the axis perpendicular to the twist axis. + The swing span defines, how much rotation will not get corrected along the swing axis. + Could be defined as looseness in the [ConeTwistJoint3D]. + If below 0.05, this behavior is locked. + + + Twist is the rotation around the twist axis, this value defined how far the joint can twist. + Twist is locked if below 0.05. + + + + + Swing is rotation from side to side, around the axis perpendicular to the twist axis. + The swing span defines, how much rotation will not get corrected along the swing axis. + Could be defined as looseness in the [ConeTwistJoint3D]. + If below 0.05, this behavior is locked. + + + Twist is the rotation around the twist axis, this value defined how far the joint can twist. + Twist is locked if below 0.05. + + + The speed with which the swing or twist will take place. + The higher, the faster. + + + The ease with which the joint starts to twist. If it's too low, it takes more force to start twisting the joint. + + + Defines, how fast the swing- and twist-speed-difference on both sides gets synced. + + + Represents the size of the [enum Param] enum. + + + -- cgit v1.2.3