Skip to content

Instantly share code, notes, and snippets.

@syoyo
Created October 7, 2015 08:30
Show Gist options
  • Save syoyo/08779119733b2c4e1667 to your computer and use it in GitHub Desktop.
Save syoyo/08779119733b2c4e1667 to your computer and use it in GitHub Desktop.
atan2
// atan2(y, x) =
//
// y y
// pi/2|\ pi/2|\
// | |
// pi | 0 pi | 0
// ---------o---------> x =>> ---------o--------> x
// -pi | -0 pi | 2 pi
// | |
// | |
// -pi/2| 3/2pi|
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment