Difference between revisions of "Joint:getAnchors"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Get the anchor points of the joint.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 16: Line 16:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Get the anchor points of the joint.}}

Revision as of 16:17, 14 February 2010

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