B2.Joint:getReactionForce

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Available since: Gideros 2011.6
Class: b2.Joint

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




LiquidFun