Apply the identity, translate, rotate and scale operations on the Matrix.
name | type | description |
---|---|---|
x | number |
The horizontal translation. |
y | number |
The vertical translation. |
rotation | number |
The angle of rotation in radians. |
scaleX | number |
The horizontal scale. |
scaleY | number |
The vertical scale. |
This TransformMatrix.