line(x1, y1, x2, y2);Draw a line to the opengl context
Arguments
x1The x position of the first pointy1The y position of the first pointx2The x position of the second pointy2The y position of the second pointline(x1, y1, x2, y2);Draw a line to the opengl context
x1The x position of the first pointy1The y position of the first pointx2The x position of the second pointy2The y position of the second point