Can someone tell me how to get the sides of triangle(opposite,adjacent and hypotenuse) if i only have an angle as given? I got the angle by getting using atan2(y-y,x-x); Now i want to get the sides maybe get the hypotenuse first.
What formula should i use? thanks
You cannot fix the lengths of sides of a triangle if the angles are known. You need to know at-least one side in order to find the sides.