The *= operator transforms the passed matrix by concatenating it with the original matrix. This function is equivalent to the Prepend function.
Parameters |
Description |
const Matrix2x4 & m |
Matrix that is prepended to the original matrix. |
A Matrix2x4 reference to the transformed matrix.