All Classes |Grouped Classes |Index

Function adjoint

Calculate the adjoint (or known as adjugate) of this matrix.

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

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