Difference between revisions of "Contact:getVelocity"

(add detail)
m
 
(5 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 ==
 
== Function ==
Get the linear impact velocity of a contact.
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the linear impact velocity of a contact.}}
 
{{#set:Description=Get the linear impact velocity of a contact.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{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

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

See Also


Other Languages