B2.RevoluteJoint:getMotorForce

From GiderosMobile
Revision as of 00:26, 3 July 2020 by MoKaLux (talk | contribs) (corrected class)


Available since: Gideros 2011.6
Class: b2.RevoluteJoint

Description

Returns the current motor force given the inverse time step, usually in N.

(number) = b2.RevoluteJoint:getMotorForce(inv_dt)

Parameters

inv_dt: (number)

Return values

Returns (number) the current motor force given the inverse time step, usually in N




LiquidFun