setScale
Computes a new matrix that replaces the scale with the provided scale. This assumes the matrix is an affine transformation.
Return
The modified result parameter.
Parameters
matrix
The matrix to use.
scale
The scale that replaces the scale of the provided matrix.
result
The object onto which to store the result.