multiplied method Null safety
- Matrix3 arg
Create a copy of this and multiply it by arg
.
Implementation
Matrix3 multiplied(Matrix3 arg) => clone()..multiply(arg);
Create a copy of this and multiply it by arg
.
Matrix3 multiplied(Matrix3 arg) => clone()..multiply(arg);