{{oldin|[[0.8.0]]|080|type=function}}
Get the location of the contact point between two shapes.

== Function ==
=== Synopsis ===
<source lang="lua">
cx, cy = Contact:getPosition( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|cx|The x coordinate of the contact point.}}
{{param|number|cy|The y coordinate of the contact point.}}

== See Also ==
* [[parent::Contact]]
[[Category:Functions]]
{{#set:Description=Get the location of the contact point between two shapes.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Contact:getPosition}}