Message 1 of 7
Easy way to get an angle in X-Y plane.

Not applicable
06-10-2003
10:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've been trying to get an angle between two points, and this
calcAngle = Atn(deltaY1 / deltaX1)
doesn't work since it only give angle between 0 and 90°, and I need to
figure out the actual direction.
I even try creating a line then get the angle property of this line, and
that works perfectly, but it will slow the process to a crawl.
Any suggestions?
Thanks.
I've been trying to get an angle between two points, and this
calcAngle = Atn(deltaY1 / deltaX1)
doesn't work since it only give angle between 0 and 90°, and I need to
figure out the actual direction.
I even try creating a line then get the angle property of this line, and
that works perfectly, but it will slow the process to a crawl.
Any suggestions?
Thanks.