line(x1, y1, x2, y2);
Draw a line to the opengl context
Arguments
x1
The x position of the first pointy1
The y position of the first pointx2
The x position of the second pointy2
The y position of the second pointline(x1, y1, x2, y2);
Draw a line to the opengl context
x1
The x position of the first pointy1
The y position of the first pointx2
The x position of the second pointy2
The y position of the second point