From what I learn, triangulation is a concept where--layman's term-wise--I can find the location of Point of Interest by measuring the distance between Point of Interest and known place of {A, B, C}. In layman's term, if can draw three circle with each circle's center point is one of the position of {A, B, C} and the radius is its distance to Point of Interest, the spot where the three circle coincides is where the Point of Interest located.
The current problem I'm facing with my dataset is I have the distance between A-Point of Interest, B-Point of Interst, and C-Point of Interest, but I am not told where is A, B, C, and Point of Interest. I'm wondering if it's possible to reconstruct where are A, B, and C. The good thing is I have thousands of different Point of Interests and for each Point of Interest I know their distance to A, B, and C.