curveprecision() — Silicon Graphics Beta Release
NAME
curveprecision - sets the number of line segments comprising a curve segment
SPECIFICATION
C
curveprecision(nsegments)
short nsegments;
FORTRAN
subroutine curvep(nsegments)
integer*4 nsegments
Pascal
procedure curveprecision(nsegments: integer);
DESCRIPTION
curveprecision sets the number of line segments used in drawing curves. Whenever crv or crvn is executed, each curve segment is approximated by nsegments straight line segments. The greater the value of nsegments the smoother the curve.
SEE ALSO
crv, curvebasis, crvn
Version 2.3 — July 04, 1985