crv() — Silicon Graphics Beta Release
NAME
crv - draws a curve
SPECIFICATION
C
crv(geom)
Coord geom[4][3];
FORTRAN
subroutine crv(geom)
real geom(3,4)
Pascal
procedure crv(geom: Curvearray);
DESCRIPTION
crv draws a curve segment using the current curve basis and precision. The shape of the curve segment is determined by the four control points specified in geom.
SEE ALSO
curvebasis, defbasis, curveprecision, crvn
Version 2.3 — July 04, 1985