Sets the angular velocity of a Body.

The angular velocity is the ''rate of change of angle over time''.


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:setAngularVelocity( w )
</source>
=== Arguments ===
{{param|number|w|The new angular velocity, in radians per second}}
=== Returns ===
Nothing.

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

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