menu
thermion_dart package
documentation
thermion_dart.dart
Matrix2
scaled method
scaled method
dark_mode
light_mode
scaled
method
Matrix2
scaled
(
double
scale
)
Create a copy of this scaled by
scale
.
Implementation
Matrix2 scaled(double scale) => clone()..scale(scale);
thermion_dart package
documentation
thermion_dart
Matrix2
scaled method
Matrix2 class