Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pushmatrix(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



pushmatrix(3G)                                                  pushmatrix(3G)



NAME
     pushmatrix - pushes down the transformation matrix stack

C SPECIFICATION
     void pushmatrix()

PARAMETERS
     none

DESCRIPTION
     pushmatrix pushes down the transformation matrix stack, duplicating the
     current matrix.  For example, if the stack contains one matrix, M, after
     a call to pushmatrix, the stack contains two copies of M. Only the top
     copy can be modified.

     pushmatrix operates on the single transformation stack when mmode is
     MSINGLE, and on the ModelView matrix stack when mmode is MVIEWING.  It
     should not be called when mmode is MPROJECTION or MTEXTURE.

SEE ALSO
     getmatrix, loadmatrix, mmode, multmatrix, popmatrix


































                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026