Difference between revisions of "Body:getLinearVelocity"
(Changed the book link to the English google, and fixed a spelling mistake ('page 136 or' -> 'page 136 of')) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
Gets the linear velocity of the Body from its center of mass. | Gets the linear velocity of the Body from its center of mass. | ||
Line 11: | Line 10: | ||
* [[Body:getLinearVelocityFromWorldPoint]] allows you to specify the point in world coordinates. | * [[Body:getLinearVelocityFromWorldPoint]] allows you to specify the point in world coordinates. | ||
− | See [http://books.google. | + | See [http://books.google.com/books?id=g0-G2Dbk5vEC&lpg=PA250&ots=H6T6pJsOqu&dq=%22Essential%20Mathematics%20for%20Games%20and%20Interactive%20Applications%20local%20space&pg=PA136#v=onepage&q&f=false page 136 of "Essential Mathematics for Games and Interactive Applications"] for definitions of local and world coordinates. |
== Function == | == Function == | ||
Line 26: | Line 25: | ||
* [[parent::Body]] | * [[parent::Body]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the linear velocity of the Body from its center of mass. | + | {{#set:Description=Gets the linear velocity of the Body from its center of mass.}} |
− | }} | + | {{#set:Since=000}} |
+ | == Other Languages == | ||
+ | {{i18n|Body:getLinearVelocity}} |
Latest revision as of 00:46, 29 March 2011
Gets the linear velocity of the Body from its center of mass.
The linear velocity is the rate of change of position over time.
If you need the rate of change of angle over time, use Body:getAngularVelocity.
If you need to get the linear velocity of a point different from the center of mass:
- Body:getLinearVelocityFromLocalPoint allows you to specify the point in local coordinates.
- Body:getLinearVelocityFromWorldPoint allows you to specify the point in world coordinates.
See page 136 of "Essential Mathematics for Games and Interactive Applications" for definitions of local and world coordinates.
Function
Synopsis
x, y = Body:getLinearVelocity( )
Arguments
None.
Returns
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