Matrix4x4::Append

Matrix4x4::Append
void Append(const Matrix4x4 & matrixA);
void Append(const Matrix3x4<T> & matrixA);
void Append(const Matrix2x4<T> & matrixA);
Description

Append appends a matrix by multiplying the passed matrix by the current matrix.

Parameters
Parameters 
Description 
const Matrix4x4 & matrixA 
The matrix which is multiplied by the current matrix.