void   sgCMatrix::Multiply(const sgCMatrix& matr_B)

 

Description:

Multiplies the current matrix by the mart_B matrix.

 

Arguments:

matr_B - matrix we multiply the current one by.

 

Returned value:

No values.