curvebasis() — Silicon Graphics
NAME
curvebasis - sets the basis matrix used in drawing curves
SPECIFICATION
C
curvebasis(basisid)
short basisid;
FORTRAN
subroutine curveb(basisid)
integer*4 basisid
Pascal
procedure curvebasis(basisid: Short);
DESCRIPTION
curvebasis selects a basis matrix (defined by defbasis ) to be the current basis matrix for drawing curve segments.
SEE ALSO
crv, crvn, curveprecision, defbasis
Version 2.4 — May 08, 1986