How to find coordinates of a 2d equilateral triangle in C ?
- by HJ-INCPP
Hello,
I have the coordinates (x,y) of 2 points. I want to build the third point so that these 3 points make an equilateral triangle.
How can I calculate the third point?
Thank you