All Classes |Grouped Classes |Index

Function transpose

Calculate the transpose of this matrix.

	static CL_Mat3<Type> CL_Mat3< Type >::transpose(
		const CL_Mat3 < Type > & matrix);

	CL_Mat3<Type>& CL_Mat3< Type >::transpose();