Draws a rational surface patch.
FORTRAN (libfgl.a)
void rpatch (Matrix geomx, Matrix geomy, Matrix geomz, Matrix geomw)
SUBROUTINE RPATCH(geomx, geomy, geomz, geomw) REAL geomx(4,4), geomy(4,4), geomz(4,4), geomw(4,4)
The rpatch subroutine draws a rational surface patch using the current settings from the patchbasis, patchprecision, and patchcurves subroutines. The control points geomx, geomy, geomz, and geomw determine the shape of the patch.
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. |
Defining a cubic spline basis matrix with the defbasis subroutine.
Drawing a surface patch with the patch subroutine.
Setting the current spline surface basis matrices with the patchbasis subroutine.
Setting the number of curves used to represent a patch with the patchcurves subroutine.
Setting the precision at which curves are drawn with the patchprecision subroutine.
AIX Graphics Library Overview, Drawing NURBS Curves and Surfaces, and Drawing Wire Frame Curves and Surface Patches.