Trying to solve this problem for 3D. Please, see triangle below.
- A and C are known vertices - A(x1, y1, z1) and C(x1, y1, z3)
- Angle ACB is right angle, others are known
- Distances AB and AC are known too
- x and y coordinates are the same for A and B
- z coordinate is the same for B and C
- We need to find vertex B(x2, y2, z3)
I will appreciate for any help!
The answer is not unique.
$$(x_1+a\cos \theta, y_1+a\sin \theta,z_3)$$
is a solution for any $\theta$, where $a=\sqrt{c^2-b^2}$ is known.