of length (L) perpendicular to the line defined by endpoints x1,y1 and x2,y2.
Your help is greatly appreciated. If at all possible, can someone give me a detailed answer with example.
Your help is greatly appreciated. If at all possible, can someone give me a detailed answer with example.
So for a specific example, let the endpoints be (1, 1) and (2, 3). So the vector defining your line is (1, 2) (which is (2, 3) - (1, 1) btw). The vector defining the perpendicular line is then (-2, 1), so the endpoint that you are looking for is (1, 1) + (-2, 1) = (-1, 2).
I hope this helps and please try to refrain from posting the same message on multiple boards.