Difference between revisions of "Contact:getVelocity"

(Initial Portuguese translation)
(Undo revision 4959 by Minicz (Talk))
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>
=== Argumentos ===
+
=== Arguments ===
Nenhum.
+
None.
=== Retornos ===
+
=== Returns ===
{{param|number (Português)|vx|A componente x do vetor velocidade.}}
+
{{param|number|vx|The x component of the velocity vector.}}
{{param|number (Português)|vy|A componente y do vetor velocidade.}}
+
{{param|number|vy|The y component of the velocity vector.}}
== Veja Também ==
+
== See Also ==
* [[parent::Contact (Português)]]
+
* [[parent::Contact]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Obtém a velocidade linear de impacto de um contato.}}
+
{{#set:Description=Get the linear impact velocity of a contact.}}
== Outros Idiomas ==
 
{{i18n|Contact:getVelocity}}
 

Revision as of 20:20, 22 January 2011

Function

Get the linear impact velocity of a contact.

Synopsis

vx, vy = Contact:getVelocity( )

Arguments

None.

Returns

number vx
The x component of the velocity vector.
number vy
The y component of the velocity vector.

See Also