void Append(const Matrix4x4 & matrixA); void Append(const Matrix3x4<T> & matrixA); void Append(const Matrix2x4<T> & matrixA);
Append appends a matrix by multiplying the passed matrix by the current matrix.