curveit() — Silicon Graphics Beta Release
NAME
curveit - draws a curve segment
SPECIFICATION
C
curveit(iterationcount)
short iterationcount;
FORTRAN
subroutine curvei(count)
integer*4 count
Pascal
procedure curveit(iterationcount: Short);
DESCRIPTION
curveit iterates the forward differences of the matrix on top of the transformation matrix stack iterationcount times, issuing a draw command with each iteration. This command provides access to the low-level hardware capabilities for curve drawing.
SEE ALSO
crv, resetls
Version 2.3 — July 04, 1985