My question is the following

How can I get point $(x_3, y_3)$ from points $(x_1, y_1)$ and $(x_2, y_2)$ ?
The distance of point $(x_3, y_3)$ from $(x_1, y_1)$ is $300$.
My question is the following

How can I get point $(x_3, y_3)$ from points $(x_1, y_1)$ and $(x_2, y_2)$ ?
The distance of point $(x_3, y_3)$ from $(x_1, y_1)$ is $300$.
Copyright © 2021 JogjaFile Inc.
The square of distance between $p1$ and $p3$ is:
$$(dx^2 + dy^2)*k^2 = 300^2$$
Now you can find $k$ and then $x3$ and $y3$