11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
#title GetJointReactionForce [RCBasic Doc]
|
|
#header Sub GetJointReactionForce( joint_id, inv_dt, ByRef x, ByRef y)
|
|
|
|
Returns the reaction force on bodyB at the joint anchor in Newtons.
|
|
|
|
Can be used with all joints
|
|
|
|
#ref GetJointReactionTorque
|
|
|
|
|