B2.RevoluteJoint:getMotorTorque

From GiderosMobile
Revision as of 17:51, 12 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source" to "</syntaxhighlight")


Available since: Gideros 2011.6
Class: b2.RevoluteJoint

Description

Returns the current motor torque given the inverse time step. Unit is N*m. <source lang="lua"> (number) = b2.RevoluteJoint:getMotorTorque(inv_dt) </syntaxhighlight>

Parameters

inv_dt: (number)

Return values

Returns (number) the current motor torque given the inverse time step. Unit is N*m




LiquidFun