Scales this matrix by the specified amount, changing the values inside
Returns self for chaining
overload 1:
Matrix2:scale(vec)
Method Property | Fluent Description | Representation |
vec accepts | a Vector2 | |
Return Value | a Matrix2 | |
overload 2:
Matrix2:scale(x, y)
Method Property | Fluent Description | Representation |
x accepts | a Number | |
y accepts | a Number | |
Return Value | a Matrix2 | |