Matrix2x4::Append_NonOpt

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

Append_NonOpt is a non-optimized version of Append.

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

A Matrix2*4 reference to the concatenated matrix.