(0,1)
(-1,1) +--------------*--------------+ (1,1)
| |
| |
| |
| |
| |
| |
| |
(-1,0) * * (0,0) * (1,0)
| |
| |
| |
| |
| |
| |
| |
(-1,-1)+--------------*--------------+ (1,-1)
(0,-1)
A line is produced by:
(line x0 y0 x1 y1)
where (x0, y0) and (x1, y1) are the line's
endpoints.