When you draw a newLine, you have x1/y1, and x2/y2. The way I understand it, you can move the line around by changing x and y, but to change the vector you have to remove the line and do newLine again.
I’m hoping my understanding is wrong, that I can actually change the endpoint and starting point separately, but I din’t really see how it’s possible.