Function
love.physics.newDistanceJoint( body1, body2, x1, y1, x2, y2 )
Synopsis
distancejoint = love.physics.newDistanceJoint( body1, body2, x1, y1, x2, y2 )
Arguments
body1 The first Body to attatch the joint to.
body2 The second Body to attatch the joint to.
x1 The x-component of the first anchor point.
y1 The y-component of the first anchor point.
x2 The x-component of the second anchor point.
y2 The y-component of the second anchor point.
Returns
Copyright © 2006-2008 LÖVE Development Team.