Difference between revisions of "Joint:getReactionForce"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the reaction force on Body 2 at the joint anchor.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the reaction force on Body 2 at the joint anchor.}}

Revision as of 16:17, 14 February 2010

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