void SetToAppend(const Matrix2x4& m0, const Matrix2x4& m1); void SetToAppend(const Matrix2x4& m0, const Matrix2x4& m1, const Matrix2x4& m2);
SetToAppend initializes this matrix to the result of m0.Append(m1); more efficient than assignment followed by Append.