Skip to content

Instantly share code, notes, and snippets.

@dretax
Created October 6, 2016 11:11
Show Gist options
  • Save dretax/9d847fa2f5cbff43cb3d6b8b61b4d6d9 to your computer and use it in GitHub Desktop.
Save dretax/9d847fa2f5cbff43cb3d6b8b61b4d6d9 to your computer and use it in GitHub Desktop.
internal double RadianToDegree(double angle)
{
return angle * (180.0 / Math.PI);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment