Difference between revisions of "Joint:getReactionTorque"

(Added 0.8.0 variant.)
m
 
Line 8: Line 8:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|number|torque|How long the force applies. Usually the inverse time step or 1/dt.}}
+
{{param|number|invdt|How long the force applies. Usually the inverse time step or 1/dt.}}
 
=== Returns ===
 
=== Returns ===
 
{{param|number|torque|The reaction torque on the second body.}}
 
{{param|number|torque|The reaction torque on the second body.}}

Latest revision as of 20:04, 6 August 2012

Returns the reaction torque on the second body.

Function

Available since LÖVE 0.8.0
This variant is not supported in earlier versions.

Synopsis

torque = Joint:getReactionTorque( invdt )

Arguments

number invdt
How long the force applies. Usually the inverse time step or 1/dt.

Returns

number torque
The reaction torque on the second body.

Function

Removed in LÖVE 0.8.0
This variant is not supported in that and later versions.

Synopsis

torque = Joint:getReactionTorque( )

Arguments

None.

Returns

number torque
The reaction torque on the second body.

See Also


Other Languages