Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ multmatrix(3g) — GL2 W2.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

multmatrix()  —  Silicon Graphics

NAME

multmatrix - pre-multiplies the current transformation matrix

SPECIFICATION

C
multmatrix(m)
Matrix m;

FORTRAN
subroutine multma(m)
real m(4,4)

Pascal
procedure multmatrix(var m: Matrix);

DESCRIPTION

multmatrix pre-multiplies the current top of the transformation stack by the given matrix.  If T is the current matrix, multmatrix(M) replaces T with M∗T. 

SEE ALSO

loadmatrix, popmatrix, pushmatrix

Version 2.4  —  May 08, 1986

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