You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates and returns a rotary spring joint between the two bodies. No anchor points are specified as this joint can be used in conjunction with a pivot joint to make a springing pivot joint.
* Creates and returns a Motor joint between the two bodies. No anchor points are specified as this joint can be used in conjunction with a pivot joint to make a motor around a pivot point.
117
+
*
118
+
* @param bodyA Body A.
119
+
* @param bodyB Body B.
120
+
* @param rate Rate at which the rotate relative to each other. Negative values to reverse direction.
* Creates and returns joint whereby the angle of rotation between too bodies is limited. No anchor points are specified as this joint can be used in conjunction with a pivot joint to make the pivots range of motion limited.
* Creates and returns ratchet jointwhereby the angle of rotation between too bodies can go forwards smoothely, but the backwards motion is clipped at 'ratchet' intervals. No anchor points are specified as this joint can be used in conjunction with a pivot joint to ratchet its range of motion.
146
+
* @param bodyA Body A.
147
+
* @param bodyB Body B.
148
+
* @param phase Phase angle in Radians [0, 2 PI] describing where within the rathet interval the joint is located.
149
+
* @param ratchet Ratchet interval angle in radians.
0 commit comments