Generates an n x 2 matrix containing x and y coordinates between 1 and 0 for the points of a line with a specified width in cartesian coordinates.
line_coords(x1, y1, x2, y2, width)
(numeric
of length 1) x coordinate of the center of one end
(numeric
of length 1) y coordinate of the center of one end
(numeric
of length 1) x coordinate of the center of the other end
(numeric
of length 1) y coordinate of the center of the other end
(numeric
of length 1) The width of the line.