Skip to content

Instantly share code, notes, and snippets.

@timohausmann
Last active December 14, 2015 00:19
Show Gist options
  • Select an option

  • Save timohausmann/4997781 to your computer and use it in GitHub Desktop.

Select an option

Save timohausmann/4997781 to your computer and use it in GitHub Desktop.
Javascript Math: factor for converting degree values into radian
/**
* Factor for converting degree values into radian.
*/
Math.TO_RAD = Math.PI/180;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment