Append appends the matrix by multiplying the specified matrix by the current matrix.
When transforming points, the original transformation happens first, then m.
Parameters |
Description |
const Matrix2x4& m |
Matrix which is multiplied by the current matrix. |
A Matrix2x4 reference to the concatenated matrix.