Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pclos(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     pclos(3G)                                               pclos(3G)



NAME
pclos - polygon close
SPECIFICATION
C pclos()
FORTRAN subroutine pclos
DESCRIPTION
pclos closes a filled polygon. It terminates a sequence of
pmv and pdr, or rpmv and rpdr. The polygon so defined is
filled using the current pattern, color, and writemask. For
example, the following sequence draws a 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
concave, pdr, pmv, rpdr, rpmv, shademodel
Programming Guide, Section 3.6, Polygons
Page 1 (printed 8/20/87)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026