Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getmatrix(3g) — GL2 W2.5r1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

getmatrix()  —  Silicon Graphics

NAME

getmatrix − returns the current transformation matrix

SPECIFICATION

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 the user specifies.  The matrix stack is unchanged. 

SEE ALSO

loadmatrix, multmatrix IRIS Graphics Programming, Section 4.5, User-Defined Transformations

NOTE

This routine is available only in immediate mode. 

Version 2.5r1  —  October 29, 1986

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