B2.Joint:getReactionForce
From GiderosMobile
Available since: Gideros 2011.6
Description
Returns the reaction force on bodyB at the joint anchor in Newtons.
(number), (number) = b2.Joint:getReactionForce(inv_dt)
Parameters
inv_dt: (number)
Return values
Returns (number) x component of the reaction force on bodyB at the joint anchor in Newtons
Returns (number) y component of the reaction force on bodyB at the joint anchor in Newtons