menu
voltron_renderer package
documentation
util/matrix_util.dart
MatrixUtil
roundTo3Places static method
roundTo3Places static method
dark_mode
light_mode
roundTo3Places
static method
double
roundTo3Places
(
double
n
)
Implementation
static double roundTo3Places(double n) { return (n * 1000).round() * 0.001; }
voltron_renderer package
documentation
util/matrix_util
MatrixUtil
roundTo3Places static method
MatrixUtil class