curveit(3) — Silicon Graphics R1c
NAME
curveit - draw a curve
SYNOPSIS
C
curveit(iterationcount)
short iterationcount;
FORTRAN
subroutine curvei(count)
integer*2 count
Pascal
procedure curveit(iterationcount: Short);
DESCRIPTION
Curveit iterates the forward differences of the matrix on top of the transformation matrix stack iterationcount times. Section 3.7 in the IRIS Graphics Library describes the forward difference algorithm.
SEE ALSO
curve, resetls
Version 2.3 — July 04, 1985