I am writing a program and I need to calculate the 3rd point of a triangle if the other two points, all sides and angles are known.
A (6,14) ^ / \ 14.14 / \ 10.14 / \ / \ B (16,4)--------- C (x,y) 10.98
A (6,14), B (16,4). Side AB is 14.14, AC is 10.14 and BC is 10.98 Angle A, B, C are 50, 45 and 85 degrees respectively...
I want to calculate the position of C. I don't know which formula to use for this. Actually i am performing triangluation. I am calculating the position of an incoming object (C).