Apply torque to a body.

Torque is like a force that will change the angular velocity (spin) of a body. The effect will depend on the rotational inertia a body has.

== Function ==
=== Synopsis ===
<source lang="lua">
Body:applyTorque( torque )
</source>
=== Arguments ===
{{param|number|torque|The torque to apply.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::Body]]
* [[Body:applyForce]]
* [[Body:applyAngularImpulse]]
* [[Body:getAngle]]
* [[Body:getAngularVelocity]]
* [[Body:setAngularVelocity]]
* [[Body:getInertia]]
[[Category:Functions]]
{{#set:Description=Apply torque to a body.}}
{{#set:Since=000}}

== Other Languages ==
{{i18n|Body:applyTorque}}