Difference between revisions of "Body:setAngularVelocity"
m (1 revision: Importing from potato (again).) |
|||
Line 1: | Line 1: | ||
− | |||
Sets the angular velocity of a Body. | Sets the angular velocity of a Body. | ||
− | The angular velocity is the ''rate of change of | + | The angular velocity is the ''rate of change of angle over time''. |
Revision as of 21:29, 22 February 2010
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.