Hi,

Say if I have a line with coordinates:

(x1,y1)-(x2,y2)

This will have a beginning and an end point.

How can I have it so the line will continue on through these, points, forever, without stopping on the points? Just need it for a project I'm working on.

Thanks.