Ok, I need to find the angle 'tween two points on a 2D plane. This would be the angle in comparison to vertical. For example,
Yeah, I'm working with Java. Could some one post the equation, the pseudo code, or Java code?
Thanks.
Code:
This is 0 degrees
||
||
||
||
||
()
This is 45 degrees
||
|| //
|| //
|| //
||//
()
This is 90
||
||
||
||
||___________
()___________
Yeah, I'm working with Java. Could some one post the equation, the pseudo code, or Java code?
Thanks.