Matrix multiplication (transform values and creates a new matrix). Note that matrix multiplication is not commutative.
Parameters |
Description |
const Matrix2x4 & m1 |
The first matrix. |
const Matrix2x4 & m2 |
The second matrix which is concatenated with the first matrix. |
const Matrix2x4 & m |
Matrix which is used to transform the point or the rectangle. |
const PointF & pt |
Point which is transformed by the matrix m. |
const RectF & r |
Rectangle that is transformed by matrix m. |