I want a triangle composed of points A, B and C in Cartesian 3D space.
I currently know the positions of points A and B, but I need point C. I have the line segment AB, and thus its magnitude. I have only the magnitudes of line segments AC and BC.
From this data, how do I derive point C? Please explain your logic. Thank you for your help.