All Classes |Grouped Classes |Index

Function transpose

Calculate the transpose of this matrix.

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

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