Matrix2x4::Append

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

Append appends the matrix by multiplying the specified matrix by the current matrix. 

When transforming points, the original transformation happens first, then m.

Parameters
Parameters 
Description 
const Matrix2x4& m 
Matrix which is multiplied by the current matrix. 
Return Value

A Matrix2x4 reference to the concatenated matrix.