how to find angle between two points

87

angle between two points -

double angle = atan2(y2 - y1, x2 - x1) * 180 / PI;".

angle between two points -

double angle = atan2(y2 - y1, x2 - x1) * 180 / PI;".

Comments

Submit
0 Comments