I have gone through many of the answers and I have not a suitable one so I am asking this question
As provide in the reference image I have been provide two points A(x, y) and B(x,Y), an angle Θ and length d from A(x, Y) to third point C(x,Y).
Basically I need to know how to calculate point C(x, y).
Please any help will be useful.
1) Find the length of \begin{equation} |AB|=\sqrt((x_1-x_2)^2+(y_1-y_2)^2 \end{equation} 2) Use the angle between $A$ and $B$ to find the value of the length between $B$ and $d$ line which is orhogonal and let's say that point $D$ \begin{equation} sin \theta = \frac{|BD|}{|AB|} \end{equation} 3) Use the Pisagor theorem to find the length between $B$ and $C$ points \begin{equation} |BC|^2=|BD|^2+|CD|^2 \end{equation} 4) Using the same idea given 1, find the $x$ and $y$ values for point $C$