.\" @(#)PEXSetGlobalTransform.3 1.4 95/03/24 SMI; .so man3/pex.macs .TH PEXSetGlobalTransform 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXSetGlobalTransfom - Set Global Transformation 3D .SH SYNTAX .HP void PEXSetGlobalTransform\^(\^Display *\fIdisplay\fP\^, XID \fIresource_id\fP\^, PEXOCRequestType \fIreq_type\fP\^, PEXMatrix \fItransform\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fIresource_id\fP 1i The resource identifier of the renderer or structure. .IP \fIreq_type\fP 1i The request type for the output command ( .B PEXOCRender, .B PEXOCStore, .B PEXOCRenderSingle or .B PEXOCStoreSingle ). .IP \fItransform\fP 1i The new global transformation matrix. .SH RETURNS .LP None .SH DESCRIPTION .\" indexing .IX PEXSetGlobalTransform .LP This function creates an output primitive attribute which replaces the current global transformation matrix with the specified matrix. The matrix is stored in row-major order. .SH DATA STRUCTURES .LP See .B PEXlib.h. .sp .5 .SH ERRORS .TP .SB BadPEXRenderer The specified renderer resource identifier is invalid. .TP .SB BadPEXStructure The specified structure resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXSetGlobalTransform2D (3) .fi