menu
voltron_renderer package
documentation
util/matrix_util.dart
MatrixUtil
applyScaleY static method
applyScaleY static method
dark_mode
light_mode
applyScaleY
static method
void
applyScaleY
(
List
<
double
>
m
,
double
factor
)
Implementation
static void applyScaleY(List<double> m, double factor) { m[5] = factor; }
voltron_renderer package
documentation
util/matrix_util
MatrixUtil
applyScaleY static method
MatrixUtil class