Matrix2x4::=

Matrix2x4::=
inline const Matrix2x4& operator =(const Matrix2x4 & m);
Description

The = operator assigns the passed matrix to a original matrix. This function is equivalent to the SetMatrix function.

Parameters
Parameters 
Description 
const Matrix2x4 & m 
Matrix that's assigned to the original matrix. 
Return Value

A Matrix2x4 reference to the assigned matrix.