I have a line with slope given as the pair: dx, dy (slope: dy/dx).
Given a point (x, y) on the line, what are the coordinates (x(d), y(d)) of the 2 points such that the distance from (x,y) measured on that line is equal to d (where d is any positive value)?
I would like a simple closed-form to be used in a program (to be coded) [better if can avoid trigonometry and use coordinates alone]. Thanks