I have a line defined by plücker coordinates L=(U:V). I have a vector A which is perpendicular to the line. I want to move this line following the vector A.
I can do this simply by finding two points on the line. Than move these points by vector A and create a new line.
Is there a more simple (and elegant) way to move the plücker line?