All Classes |Grouped Classes |Index

Function inverse

Create the matrix inverse. (Returns a zero matrix if the determinent = 0)

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

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