Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ defbasis(3g) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

defbasis()  —  Silicon Graphics Beta Release

NAME

defbasis - defines a basis matrix

SPECIFICATION

C
defbasis(id, mat)
short id;
Matrix mat;

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

Pascal
procedure defbasis(id: integer; mat: Matrix);

DESCRIPTION

defbasis allows the user to define basis matrices for use in the generation of curves and patches.  matrix is saved and is associated with id.  id may then be  used in subsequent calls to curvebasis and patchbasis. 

SEE ALSO

curvebasis, curveprecision, patchbasis, patchprecision, patchcurves, crv, crvn, patch

NOTE

This command can be used only in immediate mode. 

Version 2.3  —  July 04, 1985

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