Sorry if this doesn’t make sense… I know the length of the triangle segments and the xy coordinates of two points. How do I figure out the xy of the 3rd point?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Given the following picture (see: http://local.wasp.uwa.edu.au/~pbourke/geometry/2circle/):
here’s a Java demo where I used the following variable names:
Which will produce the following output:
Note that the above is just a simple demo. Be careful with the floating point comparisons!