Applies the affine transformation given by six values to this.
The six values form define an affine transformation matrix as illustrated below:
( a c e ) ( b d f ) ( 0 0 1 )
| this |
The input matrix. |
| a |
the 'a' coefficient |
| b |
the 'b' coefficient |
| c |
the 'c' coefficient |
| d |
the 'd' coefficient |
| e |
the 'e' coefficient |
| f |
the 'f' coefficient |