Prepend prepends a matrix by multiplying the current matrix by the passed matrix. When transforming points, m happens first, then the original transformation.
Parameters |
Description |
const Matrix2x4& m |
The matrix to be multiplied. |
A Matrix2x4 reference to the concatenated matrix.