menu
rive package
documentation
math.dart
Mat2D
Mat2D.fromScale constructor
Mat2D.fromScale constructor
dark_mode
light_mode
Mat2D.fromScale
constructor
Mat2D.fromScale
(
double
x
,
double
y
)
Implementation
Mat2D.fromScale(double x, double y) : _buffer = Float32List.fromList([x, 0, 0, y, 0, 0]);
rive package
documentation
math
Mat2D
Mat2D.fromScale constructor
Mat2D class