Matrix2x4::Prepend

Matrix2x4::Prepend
SF_EXPORT Matrix2x4& Prepend(const Matrix2x4& m);
Description

Prepend prepends a matrix by multiplying the current matrix by the passed matrix. When transforming points, m happens first, then the original transformation.

Parameters
Parameters 
Description 
const Matrix2x4& m 
The matrix to be multiplied. 
Return Value

A Matrix2x4 reference to the concatenated matrix.