How could I get the angle in Degree from 0 to 360 from Cartesian coordinate such that :
{1,0} = 0 Degree
{0,1} = 90 Degrees
{-1,0} = 180 Degrees
{0,-1} = 270 Degrees
I am having a hard Time with ArcTan to get the angle bet 180 to 359…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try:
Edit
As the previous form was criticized upon, here is another way to do the same. Not so easy to follow for my taste: