Difference between revisions of "Joint:getAnchors"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Get the anchor points of the joint.
 
Get the anchor points of the joint.
 
== Function ==
 
== Function ==
Line 17: Line 16:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the anchor points of the joint.}}
 
{{#set:Description=Get the anchor points of the joint.}}
 +
== Other Languages ==
 +
{{i18n|Joint:getAnchors}}

Revision as of 14:40, 20 January 2011

Get the anchor points of the joint.

Function

Synopsis

x1, y1, x2, y2 = Joint:getAnchors( )

Arguments

None.

Returns

number x1
The x-component of the anchor on Body 1.
number y1
The y-component of the anchor on Body 1.
number x2
The x-component of the anchor on Body 2.
number y2
The y-component of the anchor on Body 2.

See Also

Other Languages