Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

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

Media Vault

Software Library

Restoration Projects

Artifacts Sought

defbasis()  —  Silicon Graphics

NAME

defbasis − defines a basis matrix

SPECIFICATION

C
defbasis(id, matrix)
long id;
Matrix mat;

FORTRAN
subroutine defbas(id, mat)
integer*4 id
real mat(4,4)

Pascal
procedure defbasis(id: longint; var mat: Matrix);

DESCRIPTION

defbasis defines basis matrices to generate curves and patches.  matrix is saved and is associated with id.  id can be used in subsequent calls to curvebasis and patchbasis. 

SEE ALSO

curvebasis, curveprecision, patchbasis, patchprecision, patchcurves, crv, crvn, patch IRIS Graphics Programming, Section 11.2, Drawing Curves

NOTE

This routine is available only in immediate mode. 

Version 2.5r1  —  October 29, 1986

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