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