Draws a rational cubic spline curve.
FORTRAN (libfgl.a)
void rcrv(Coord geom[4][4])
SUBROUTINE RCRV(geom) REAL geom(4,4)
The rcrv subroutine draws a rational cubic spline curve segment using the current curve basis and precision.
The geom parameter specifies the four control points of the curve segment.
geom | Specifies an array containing the four control points of the curve segment. |
This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.
/usr/include/gl/gl.h | Contains C language constant and variable type definitions for GL. |
/usr/include/gl/fgl.h | Contains FORTRAN constant and variable type definitions for GL. |
Drawing a cubic spline curve with the crv subroutine.
Drawing a series of curve segments with the crvn subroutine.
Setting the current cubic spline curve basis matrix for drawing curves with the curvebasis subroutine.
Setting the number of line segments that compose a cubic spline curve with the curveprecision subroutine.
Defining a cubic spline basis matrix with the defbasis subroutine.
AIX Graphics Library Overview, Drawing NURBS Curves and Surfaces, and Drawing Wire Frame Curves and Surface Patches.