Matrix4x4::Prepend

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

Prepend prepends a matrix by multiplying the current matrix by the passed matrix.

Parameters
Parameters 
Description 
const Matrix4x4 & matrixA 
The passed matrix to be multiplied.