Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ multmatrix(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



multmatrix(3G)                                                  multmatrix(3G)



NAME
     multmatrix - premultiplies the current transformation matrix

C SPECIFICATION
     void multmatrix(m)
     Matrix m;

PARAMETERS
     m   expects the matrix that is to premultiply the current matrix.

DESCRIPTION
     multmatrix premultiplies the current matrix, as specified by mmode, by
     the 4x4 floating point matrix m.  Thus if T is the current matrix,
     multmatrix(M) replaces T with M*T.  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, loadmatrix, popmatrix, pushmatrix



































                                                                        Page 1



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