I\'ve got a line (x1,y1) and (x2,y2). I\'d like to use tan inverse to find the angle of that line, how would I do so in java?
I\'d like to see what angle the line makes
This post Angle between 2 points has an example using atan().