Difference between revisions of "B2.RevoluteJoint:getMotorTorque"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 6: Line 6:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
Returns the current motor torque given the inverse time step. Unit is N*m.
 
Returns the current motor torque given the inverse time step. Unit is N*m.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = b2.RevoluteJoint:getMotorTorque(inv_dt)
 
(number) = b2.RevoluteJoint:getMotorTorque(inv_dt)
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 17:53, 12 July 2023


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