Sets the angular damping of a Body

See [[Body:getAngularDamping]] for a definition of angular damping.


Angular damping can take any value from 0 to infinity. It is recommended to stay between 0 and 0.1, though. Other values will look unrealistic.

== Function ==
=== Synopsis ===
<source lang="lua">
Body:setAngularDamping( damping )
</source>
=== Arguments ===
{{param|number|damping|The new angular damping.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Sets the angular damping of a Body}}
{{#set:Since=000}}

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