Hi ...
May I know how to prevent negative angles to be detected ?
Is there something wrong with my formula that is causing the negative angle to show up?
I only want to show all positive angles.
int LeftShoulderAngle = Convert.ToInt32(Math.Atan2(dy, dx) * (180 / Math.PI));