W3cubDocs

/LÖVE

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.

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Joint:getAnchors