All Classes |Grouped Classes |Index

Function multiply

Multiply this matrix and a specified matrix.

	static CL_Mat2<Type>_Mat2< e >::mulmulmultiply(
		const CL_Mat2 < Type > & matrix_1,
		const CL_Mat2 < Type > & matrix_2);

	CL_Mat2<Type>&a_Mat2< e >::m::multiplyplyply(
		const CL_Mat2 < Type > & mult);

Detailed description:

This multiplies the matrix as follows: this = mult * this