three distances to each of the triangle points
the 3D location of the point inside the triangle, undefined if bad inputs.
Given a point has known distances to three triangle points, and given the location of that triangle's points in space, find the location of the point in space. This method works for 3D faces and points. https://stackoverflow.com/questions/9747227/2d-trilateration
three 3D triangle points