Sets a new linear velocity for the Body.

This function will not accumulate anything; any impulses previously applied since the last call to World:update will be lost.

== Function ==
=== Synopsis ===
<source lang="lua">
Body:setLinearVelocity( x, y )
</source>
=== Arguments ===
{{param|number|x|The x-component of the velocity vector.}}
{{param|number|y|The y-component of the velocity vector.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::Body]]
[[Category:Functions]]
{{#set:Description=Sets a new linear velocity for the Body.}}
{{#set:Since=000}}

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