Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compass Headings
Message
From
21/11/2016 03:18:44
 
 
To
20/11/2016 12:01:54
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Games
Category:
Trivia
Miscellaneous
Thread ID:
01643702
Message ID:
01643739
Views:
45
>>General sort of question:
>>
>>I'm drawing a compass and need to determine the 'shortest' direction in which to rotate the compass (clockwise or anti-clockwise) between old and new bearings (in degrees).
>>In most cases it is simple but when the old and new values span the 0 degree point those solutions don't work.....
>>
>>Anyone got a foolproof algorithm (language doesn't matter - just the logic)
>
>Why not simply
>
>
dif=(angle2-angle1)%360
>if dif>180
>   dif=dif-360
>endif
Great. Although I'd need to add a 'diff = 0 - diff' for my purposes (ie reverse the sign).

FWIW, after mulling over Al and Gregory's suggestions I woke up this morning with the same idea - but you beat me to it!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform