crvn() — Silicon Graphics Beta Release
NAME
crvn - draws a series of curves segments
SPECIFICATION
C
crvn(n, geom)
long n;
Coord geom[][3];
FORTRAN
subroutine crvn(n, geom)
integer*4 n
real geom(3,n)
Pascal
procedure crvn(n: longint; geom: Coord3array);
DESCRIPTION
crvn draws a series of curve segments using the current basis and precision. The shapes of the curve segments are determined by the control points specified in geom. If the current basis is a B-spline, Cardinal spline or basis of similar properties the curve segments will be joined end to end and will appear as a single curve.
SEE ALSO
curvebasis, curveprecision, crv, defbasis
Version 2.3 — July 04, 1985