Set the inertia of a body.

== Function ==
=== Synopsis ===
<source lang="lua">
Body:setInertia( inertia )
</source>
=== Arguments ===
{{param|number|inertia|The new moment of inertia, in kilograms * pixel squared.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Set the inertia of a body.}}
{{#set:Since=000}}

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