Function
Body:setAngularVelocity( w )
Sets the angular velocity of a Body.

The angular velocity is the rate of change of position over time.

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

Synopsis
Body:setAngularVelocity( w )
Parameters
w number The new angular velocity, in radians per second
Copyright © 2006-2010 LÖVE Development Team.