This website requires JavaScript.
Explore
Help
Sign In
technicalkiwi
/
animate
mirror of
https://github.com/SamEyeBam/animate.git
Watch
1
Star
0
Fork
You've already forked animate
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
54a9d8495a
animate
/
Catalogue
/
Scripts
/
degToRad.js
5 lines
77 B
JavaScript
Raw
Blame
History
function
rad
(
degrees
)
{
var
pi
=
Math
.
PI
;
return
degrees
*
(
pi
/
180
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink