Question
about calculate angle question thanks
Hi
x = _xmouse;
y = _ymouse*-1;
angle = Math.atan(y/x)/(Math.PI/180);
any other method to calculate?
my math concept is poor......
thanks....
x = _xmouse;
y = _ymouse*-1;
angle = Math.atan(y/x)/(Math.PI/180);
any other method to calculate?
my math concept is poor......
thanks....