I have a point $(x_1, y_1)$, distance $d$ and a slope $m$ of line $l$.
Now I wanna find another point $(x_2, y_2)$ that's $d$ distance away from $(x_1, y_1)$.
Point $(x_1, y_1), (x_2, y_2)$ are both on the line $l$.
I found some similar questions but I didn't understand it, and none of them worked with the line slope Finding a point along a line a certain distance away from another point!