Difference between revisions of "Contact:getVelocity"
(Initial Portuguese translation) |
m |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{oldin|[[0.8.0]]|080|type=function}} | |
− | == | + | Get the linear impact velocity of a contact. |
− | === | + | == Function == |
+ | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
vx, vy = Contact:getVelocity( ) | vx, vy = Contact:getVelocity( ) | ||
</source> | </source> | ||
− | === | + | === Arguments === |
− | + | None. | |
− | === | + | === Returns === |
− | {{param|number | + | {{param|number|vx|The x component of the velocity vector.}} |
− | {{param|number | + | {{param|number|vy|The y component of the velocity vector.}} |
− | == | + | == See Also == |
− | * [[parent::Contact | + | * [[parent::Contact]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Get the linear impact velocity of a contact.}} |
− | == | + | {{#set:Since=000}} |
+ | == Other Languages == | ||
{{i18n|Contact:getVelocity}} | {{i18n|Contact:getVelocity}} |
Latest revision as of 21:12, 29 May 2013
Removed in LÖVE 0.8.0 |
This function is not supported in that and later versions. |
Get the linear impact velocity of a contact.
Function
Synopsis
vx, vy = Contact:getVelocity( )
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