Difference between revisions of "Body:getAngularVelocity"
m (1 revision: Imported docs from potato.) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | Get the angular velocity of the Body. | ||
+ | The angular velocity is the ''rate of change of angle over time''. | ||
+ | |||
+ | |||
+ | It is changed in [[World:update]] by applying torques, off centre forces/impulses, and angular damping. It can be set directly with [[Body:setAngularVelocity]]. | ||
+ | |||
+ | |||
+ | If you need the ''rate of change of position over time'', use [[Body:getLinearVelocity]]. | ||
== Function == | == Function == | ||
Line 13: | Line 21: | ||
* [[parent::Body]] | * [[parent::Body]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Get the angular velocity of the Body.}} |
+ | {{#set:Since=000}} | ||
+ | == Other Languages == | ||
+ | {{i18n|Body:getAngularVelocity}} |
Latest revision as of 10:39, 25 March 2011
Get the angular velocity of the Body.
The angular velocity is the rate of change of angle over time.
It is changed in World:update by applying torques, off centre forces/impulses, and angular damping. It can be set directly with Body:setAngularVelocity.
If you need the rate of change of position over time, use Body:getLinearVelocity.
Function
Synopsis
w = Body:getAngularVelocity( )
Arguments
None.
Returns
number w
- The angular velocity in radians/second.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info