Given the relative distances to the vertices of a triangle, can one determine the point. For e.g, if P is the point denoted by coordinates (x,y) and the vertices are known (x1,y1), (x2,y2) and (x3,y3), and the ratio of the distances to the vertices relative to the closest vertex (let's say P is closest to (x1,y1)) is given, then is it possible to determine P (assuming that P is within the triangle).
if D1,D2 & D3 are the distances to the 3 vertices from point P, then we are only given the ratio of these distances relative to D1 i.e. (1, D2/D1, D3/D1) (and the vertices themselves are known), and P is restricted to be within the triangle.