Joint:getAnchors
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.
Please login to continue.