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.
== Function ==
+
== Função ==
Get the linear impact velocity of a contact.
+
=== Sinopse ===
=== Synopsis ===
 
 
<source lang="lua">
 
<source lang="lua">
 
vx, vy = Contact:getVelocity( )
 
vx, vy = Contact:getVelocity( )
 
</source>
 
</source>
=== Arguments ===
+
=== Argumentos ===
None.
+
Nenhum.
=== Returns ===
+
=== Retornos ===
{{param|number|vx|The x component of the velocity vector.}}
+
{{param|number (Português)|vx|A componente x do vetor velocidade.}}
{{param|number|vy|The y component of the velocity vector.}}
+
{{param|number (Português)|vy|A componente y do vetor velocidade.}}
== See Also ==
+
== Veja Também ==
* [[parent::Contact]]
+
* [[parent::Contact (Português)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Get the linear impact velocity of a contact.}}
+
{{#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