defbasis() — Silicon Graphics
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: Short; var 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.4 — May 08, 1986