Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getmatrix(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

getmatrix(3)  —  Silicon Graphics R1c

NAME

getmatrix - return the current transformation matrix

SYNOPSIS

C
getmatrix(m)
Matrix m;

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

Pascal
procedure getmatrix(var m: Matrix);

DESCRIPTION

Getmatrix copies the transformation matrix from the top of the stack to an array provided by the user.  The matrix stack is unchanged. 

SEE ALSO

loadmatrix, multmatrix

NOTE

This command can only be used in immediate mode. 

Version 2.3  —  July 04, 1985

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