Difference between revisions of "Joint:getReactionForce"

m (1 revision: Importing from potato (again).)
(included link to other languages)
Line 1: Line 1:
 
 
Gets the reaction force on Body 2 at the joint anchor.
 
Gets the reaction force on Body 2 at the joint anchor.
 
== Function ==
 
== Function ==
Line 15: 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.}}
 +
== Other Languages ==
 +
{{i18n|Joint:getReactionForce}}

Revision as of 19:28, 20 January 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