Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ multmatri(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

multmatrix(3G)  —  Silicon Graphics

NAME

multmatrix − premultiplies 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 premultiplies the current top of the transformation stack by the given matrix (m).  If T is the current matrix, multmatrix(M) replaces T with M∗T. 

SEE ALSO

loadmatrix, popmatrix, pushmatrix Programming Guide, Section 4.5, User-Defined Transformations

Version 3.6  —  December 20, 1987

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