Creates a new Matrix2 that scales by the specified factors
overload 1:
matrices.scale2(vec)
| Method Property | Fluent Description | Representation |
| vec accepts | a Vector2 | |
| Return Value | a Matrix2 | |
overload 2:
matrices.scale2(x, y)
| Method Property | Fluent Description | Representation |
| x accepts | a Number | |
| y accepts | a Number | |
| Return Value | a Matrix2 | |