Skip to content

Instantly share code, notes, and snippets.

@jrsa
Created January 26, 2018 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrsa/4f5a1077ce83b76326a572358b766850 to your computer and use it in GitHub Desktop.
Save jrsa/4f5a1077ce83b76326a572358b766850 to your computer and use it in GitHub Desktop.
vec2 poltocar( vec2 pol ) {
return vec2( pol.x * cos(pol.y), pol.x * sin(pol.y) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment