Matrix2x4::SetToAppend

Matrix2x4::SetToAppend
void SetToAppend(const Matrix2x4& m0, const Matrix2x4& m1);
void SetToAppend(const Matrix2x4& m0, const Matrix2x4& m1, const Matrix2x4& m2);
Description

SetToAppend initializes this matrix to the result of m0.Append(m1); more efficient than assignment followed by Append.

Parameters
Parameters 
Description 
const Matrix2x4& m0 
The matrix to be multiplied. 
const Matrix2x4& m1 
_nt_ 
const Matrix2x4& m2 
_nt_