| |
| | [IRIX 6.5] pclos (3G) - closes a filled polygon (Site not responding. Last check: 2007-10-16) |
 | | NAME pclos - closes a filled polygon C SPECIFICATION void pclos() PARAMETERS none DESCRIPTION pclos closes a filled polygon that has been created by using pmv and a sequence of pdr calls (or rpmv and rpdr calls). |
 | | For example, the following sequence draws a filled square: pmv(0.0, 0.0, 0.0); pdr(1.0, 0.0, 0.0); pdr(1.0, 1.0, 0.0); pdr(0.0, 1.0, 0.0); pclos(); SEE ALSO bgnpolygon, endpolygon, pdr, pmv, v NOTES pclos should not be used in new development. |
 | | Rather, polygons should be drawn using the high-performance v commands, surrounded by calls to bgnpolygon and endpolygon. |
| chemaef.leidenuniv.nl /cgi-bin/infosrch.cgi?cmd=getdoc&db=man&fname=/usr/share/catman/g_man/cat3/standard/pclos.z (187 words) |
|