Set the position of the body.

Note that this may not be the center of mass of the body.

This function cannot wake up the body.

== Function ==
=== Synopsis ===
<source lang="lua">
Body:setPosition( x, y )
</source>
=== Arguments ===
{{param|number|x|The x position.}}
{{param|number|y|The y position.}}
=== Returns ===
Nothing.

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

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