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