Difference between revisions of "Joint:getAnchors"

 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Get the anchor points of the joint.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 16: Line 15:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Get the anchor points of the joint.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Joint:getAnchors}}

Latest revision as of 10:59, 25 March 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