Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ multmatrix(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

multmatrix(3)  —  Unix Programmer’s Manual

NAME

multmatrix - pre-multiply the current transformation matrix

SYNOPSIS

C
multmatrix(m)
Matrix m;

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

Pascal
procedure multmatrix(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

Silicon Graphics  —  R1c

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