I have a 2D line (L1, at an arbitrary slope) and a point on that line (P1). I want to find another point (P2) away from L1. I know the distance (d) from L1 and the angle (theta) between the lines. (Not labeled but the 2nd line would be from P1 to P2.) How do I calculate the other point (P2)? (See image for more info.)
This should be fairly easy but I've forgotten most of my high school geometry. :(