Difference between revisions of "Body:setAngularVelocity"

m (included link to other languages)
 
Line 19: Line 19:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Sets the angular velocity of a Body.
+
{{#set:Description=Sets the angular velocity of a Body.}}
}}
+
{{#set:Since=000}}
  
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Body:setAngularVelocity}}
 
{{i18n|Body:setAngularVelocity}}

Latest revision as of 10:43, 25 March 2011

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

Body:setAngularVelocity( w )

Arguments

number w
The new angular velocity, in radians per second

Returns

Nothing.

See Also


Other Languages