Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
degToRad
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/bullet.xtm
Implementation
(
bind-func
degToRad
(
lambda
(
f:float
)
(
*
f
(
/
3.141592
180.0
))))
Back to Index