menu
rive_native package
documentation
rive_native.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_native package
documentation
rive_native
Mat2D
mul method
Mat2D class