Suppose we have 3 points in a 3d coordinate system with the following locations.
A=(100,0,0) B=(0,100,100) C=(0,0,100)
If there is a 4th point D, where the distances from A, B, and C are known, can I find the coordinates of point D? If so, how would I find the coordinates? In my particular application, only one of the two points could be valid and it would be obvious which one.