B2.RevoluteJoint:getMotorTorque

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.
This page contains changes which are not marked for translation.


Available since: Gideros 2011.6
Class: b2.RevoluteJoint

Description

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

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

Parameters

inv_dt: (number)

Return values

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




LiquidFun