Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ transform(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

transform(3)  —  Silicon Graphics R1c

NAME

transform - transform floating point coordinates and return results

SYNOPSIS

C
transform(n, pretrans, postrans)
long n;
Coord pretrans[][4], postrans[][4];

FORTRAN
subroutine transf(n, pretra, postra)
integer n
real pretra(4,n), postra(4,n)

Pascal
procedure transform(n: integer; var pretrans, postrans: Coord4array);

DESCRIPTION

Transform is a special case of clippnt with no clipping planes enabled.  Each point in pretrans is multiplied by the current transformation matrix and returned in postrans.  Since no points are clipped, all entries in postrans are valid transformed data. 

SEE ALSO

clipline, clippnt, clippoly

NOTE

This command can only be used in immediate mode. 

Version 2.3  —  July 04, 1985

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