{{newin|[[0.8.0]]|080|type=function}}
Returns the contact points of the two colliding fixtures. There can be one or two points.

== Function ==
=== Synopsis ===
<source lang="lua">
x1, y1, x2, y2 = Contact:getPositions( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x1|The x coordinate of the first contact point.}}
{{param|number|y1|The y coordinate of the first contact point.}}
{{param|number|x2|The x coordinate of the second contact point.}}
{{param|number|y2|The y coordinate of the second contact point.}}

== See Also ==
* [[parent::Contact]]
[[Category:Functions]]
{{#set:Description=Returns the contact points of the two colliding fixtures.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Contact:getPositions}}