Difference between revisions of "Contact:getVelocity"
(add detail) |
(Initial Portuguese translation) |
||
Line 1: | Line 1: | ||
− | + | Obtém a velocidade linear de impacto de um contato. | |
− | == | + | == Função == |
− | + | === Sinopse === | |
− | === | ||
<source lang="lua"> | <source lang="lua"> | ||
vx, vy = Contact:getVelocity( ) | vx, vy = Contact:getVelocity( ) | ||
</source> | </source> | ||
− | === | + | === Argumentos === |
− | + | Nenhum. | |
− | === | + | === Retornos === |
− | {{param|number|vx| | + | {{param|number (Português)|vx|A componente x do vetor velocidade.}} |
− | {{param|number|vy| | + | {{param|number (Português)|vy|A componente y do vetor velocidade.}} |
− | == | + | == Veja Também == |
− | * [[parent::Contact]] | + | * [[parent::Contact (Português)]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Obtém a velocidade linear de impacto de um contato.}} |
+ | == Outros Idiomas == | ||
+ | {{i18n|Contact:getVelocity}} |
Revision as of 20:19, 22 January 2011
Obtém a velocidade linear de impacto de um contato.
Função
Sinopse
vx, vy = Contact:getVelocity( )
Argumentos
Nenhum.
Retornos
number (Português) vx
- A componente x do vetor velocidade.
number (Português) vy
- A componente y do vetor velocidade.
Veja Também
Outros Idiomas
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