.\" @(#)PEXInvertMatrix.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXInvertMatrix 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXInvertMatrix - utility function .SH SYNTAX .HP int PEXInvertMatrix\^(\^PEXMatrix \fItransform\fP, PEXMatrix \fItransform_return\fP\^) .SH PARAMETERS .IP \fItransform\fP 1i The transformation matrix to invert. .IP \fItransform_return\fP 1i The inverse transformation. .SH RETURNS .LP Zero if successful; non-zero if unsuccessful. .SH DESCRIPTION .\" indexing .IX PEXInvertMatrix .IX "Utility Functions" PEXInvertMatrix .LP This function computes the inverse of a transformation matrix. .LP An unsuccessful status is returned if the matrix is non-invertible. .LP The two arguments may be the same variable, in which case the inversion is performed in-place, overwriting the original transform. .SH ERRORS None .SH SEE ALSO .LP .nf .BR PEXInvertMatrix2D (3) .fi