Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ loadmatrix(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



loadmatrix(3G)                                                  loadmatrix(3G)



NAME
     loadmatrix - loads a transformation matrix

C SPECIFICATION
     void loadmatrix(m)
     Matrix m;

PARAMETERS
     m   expects the transformation matrix to be loaded.

DESCRIPTION
     loadmatrix replaces the current matrix, as specified by mmode, with the
     4x4 floating point matrix m.  The current matrix is the top matrix on the
     transformation stack if mmode is MSINGLE, the top matrix on the ModelView
     matrix stack if mmode is MVIEWING, the Projection matrix if mmode is
     MPROJECTION, or the Texture matrix if mmode is MTEXTURE.

SEE ALSO
     getmatrix, multmatrix, popmatrix, pushmatrix




































                                                                        Page 1



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