p2 |\ |b\ | \ A| \C | \ |c___a\ p1 B p3
If given point p1 & p2, side A & B how would you find point p3? I know given this information you can find side C and all of the interior angles.
side C: C^2 = A^2 + B^2 angle c = 90 angle a = A/SIN(a) = C/SIN(c) angle b = 180 - (a+c)
But after this, I am trying to find point p3 and I am not sure what direction to take. Any help would be appreciated.
Edit: The triangle will not necessarily be facing upwards along an axis, it will be rotated at angles depending on exterior variables such as position of a mouse on the computer screen.