All Classes |Grouped Classes |Index

Function adjoint

Creates the adjoint (or known as adjugate) of the matrix.

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

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