Difference between revisions of "Contact:getPosition"

m (included link to other languages)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the location of the contact point between two shapes.}}
 
{{#set:Description=Get the location of the contact point between two shapes.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Contact:getPosition}}
 
{{i18n|Contact:getPosition}}

Revision as of 10:57, 25 March 2011

Get the location of the contact point between two shapes.

Function

Synopsis

cx, cy = Contact:getPosition( )

Arguments

None.

Returns

number cx
The x coordinate of the contact point.
number cy
The y coordinate of the contact point.

See Also


Other Languages