B2.RevoluteJoint:getMotorForce

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 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