Hi ,Given 3 points A[x1,y1,z1], B[x2,y2,z2] and C, and given the distance between B and C is known and the angle ABC is supplied. How do we ascertain the coordinates of the point C ?
I can calculate the dot product using the angle, by defining vectors BC and AC and then use the distance formula...