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.5 — April 22, 1987