menu
three_dart package
documentation
three3d/math/math_utils.dart
MathUtils
degToRad static method
degToRad static method
dark_mode
light_mode
degToRad
static method
num
degToRad
(
num
degrees
)
Implementation
static num degToRad(num degrees) { return degrees * MathUtils.deg2rad; }
three_dart package
documentation
three3d/math/math_utils
MathUtils
degToRad static method
MathUtils class