Scales the given 3-by-3 matrix in the X and Y dimension by an amount given.
The matrix to be modified.
Amount to scale.
Optional
matrix to hold result. If not passed a new one is created.
The scaled matrix.
Scales the given 3-by-3 matrix in the X and Y dimension by an amount given.