menu
flgl package
documentation
flutter3d/math/math_utils.dart
MathUtils
degToRad static method
degToRad static method
dark_mode
light_mode
degToRad
static method
dynamic
degToRad
(
double
d
)
Implementation
static degToRad(double d) { return d * math.pi / 180; }
flgl package
documentation
flutter3d/math/math_utils
MathUtils
degToRad static method
MathUtils class