I'm sorry for such basic question, but I'm trying to implements two finger rotation on Android and I found several post here on SO, trying to make sense of them I couldn't understand why sometimes the result of atan2 is considered between -Pi and Pi and sometimes 0, 360 or -180, 180.
I really can't understand this: https://stackoverflow.com/a/10682187/1692502 where the user perform a modulo %360 on a result that's supposed to be < 3.14...
thanks