Matrix2x4::Append_Opt

Matrix2x4::Append_Opt
SF_EXPORT Matrix2x4& Append_Opt(const Matrix2x4& m, float* mask);
Description

Append_Opt is an optimized version of Append.

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

A Matrix2*4 reference to the concatenated matrix.