scaled method Null safety
- double scale
Create a copy of this and scale it by scale
.
Implementation
Matrix3 scaled(double scale) => clone()..scale(scale);
Create a copy of this and scale it by scale
.
Matrix3 scaled(double scale) => clone()..scale(scale);