Difference between revisions of "Joint:getReactionForce"

(included link to other languages)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the reaction force on Body 2 at the joint anchor.}}
 
{{#set:Description=Gets the reaction force on Body 2 at the joint anchor.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joint:getReactionForce}}
 
{{i18n|Joint:getReactionForce}}

Revision as of 10:59, 25 March 2011

Gets the reaction force on Body 2 at the joint anchor.

Function

Synopsis

x, y = Joint:getReactionForce( )

Arguments

None.

Returns

number x
The x-component of the force.
number y
The y-component of the force.

See Also


Other Languages