{{oldin|[[0.8.0]]|080|type=function}}
Get the linear impact velocity of a contact.
== Function ==
=== Synopsis ===
<source lang="lua">
vx, vy = Contact:getVelocity( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|vx|The x component of the velocity vector.}}
{{param|number|vy|The y component of the velocity vector.}}
== See Also ==
* [[parent::Contact]]
[[Category:Functions]]
{{#set:Description=Get the linear impact velocity of a contact.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Contact:getVelocity}}