Difference between revisions of "Contact:getSeparation"

m (included link to other languages)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the separation between two shapes that are in contact.}}
 
{{#set:Description=Get the separation between two shapes that are in contact.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Contact:getSeparation}}
 
{{i18n|Contact:getSeparation}}

Revision as of 10:57, 25 March 2011

Get the separation between two shapes that are in contact.

The return value of this function is always zero or negative, with a negative value indicating overlap between the two shapes.

Function

Synopsis

distance = Contact:getSeparation( )

Arguments

None.

Returns

number distance
The separation between the two shapes.

See Also


Other Languages