Function
love.graphics.line( x1, y1, x2, y2 )
Draws a line between two points.
Synopsis
love.graphics.line( x1, y1, x2, y2 )
Parameters
x1 number The position of first point on the x-axis.
y1 number The position of first point on the y-axis.
x2 number The position of second point on the x-axis.
y2 number The position of second point on the y-axis.
See Also
love.graphics.setLine  
Copyright © 2006-2010 LÖVE Development Team.