menu
rive package
documentation
math.dart
Mat2D
mul method
mul method
dark_mode
light_mode
mul
method
Mat2D
mul
(
Mat2D
other
)
Implementation
Mat2D mul(Mat2D other) => multiply(Mat2D(), this, other);
rive package
documentation
math
Mat2D
mul method
Mat2D class