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