menu
three_js_math package
documentation
math/math_util.dart
MathUtils
degToRad static method
degToRad static method
dark_mode
light_mode
degToRad
static method
double
degToRad
(
double
val
)
Implementation
static double degToRad(double val){ return val*(math.pi / 180); }
three_js_math package
documentation
math/math_util
MathUtils
degToRad static method
MathUtils class