Created
October 6, 2016 11:11
-
-
Save dretax/9d847fa2f5cbff43cb3d6b8b61b4d6d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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