inline Matrix2x4(); inline Matrix2x4(NoInitType); inline Matrix2x4(const Matrix2x4 & m); inline Matrix2x4(const T * d); inline Matrix2x4(const Matrix2x4 & m0, const Matrix2x4 & m1); inline Matrix2x4(const Matrix2x4 & m0, const Matrix2x4 & m1, const Matrix2x4 & m2); inline Matrix2x4(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 Matrix2x4(T v0_Sx, T v1_ShX, T v2_Tx, T v3_Shy, T v4_Sy, T v5_Ty);
Matrix2x4 constructor.
Parameters |
Description |
const Matrix2x4 & m |
Matrix that is copied to create a new matrix. |
const T * d |
_nt_ |