curveprecision(3G) — Silicon Graphics
NAME
curveprecision − sets the number of line segments that draw a curve segment
SPECIFICATION
C
curveprecision(nsegments)
short nsegments;
FORTRAN
subroutine curvep(nsegments)
integer*4 nsegments
Pascal
procedure curveprecision(nsegments: short);
DESCRIPTION
curveprecision sets the number of line segments used to draw a curve. Whenever crv, crvn, rcrv, or rcrvn executes, a number of straight line segments (nsegments) approximates each curve segment. The greater the value of nsegments, the smoother the curve, but the longer the drawing.
SEE ALSO
crv, curvebasis, crvn, rcrv, rcrvn Programming Guide, Section 11.2, Drawing Curves
Version 3.6 — December 20, 1987