inline void SetMatrix(const Matrix2x4 & m); inline void SetMatrix(T v0_Sx, T v1_ShX, T v2_0, T v3_Tx, T v4_Shy, T v5_Sy, T v6_0, T v7_Ty); inline void SetMatrix(T v0_Sx, T v1_ShX, T v2_Tx, T v3_Shy, T v4_Sy, T v5_Ty); inline void SetMatrix(const T * d);
SetMatrix creates a new matrix either from the passed values or by copying the passed matrix.