Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ circ(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

circ(3)  —  Unix Programmer’s Manual

NAME

circ - outline a circular region

SYNOPSIS

C
circ(x, y, radius)
Coord x, y, radius;

circi(x, y, radius)
Icoord x, y, radius;

FORTRAN
subroutine circ(x, y, radius)
real x, y, radius

subroutine circi(x, y, radius)
integer x, y, radius

Pascal
procedure circ(x, y, radius: Coord);

procedure circi(x, y, radius: Icoord);

DESCRIPTION

Circ outlines a circle.  The circle has center at (x,y) and radius radius, both specified in world coordinates.  Since a circle is a two-dimensional shape, these commands have only 2D forms.  The circle is in the x−y plane, with z coordinate = 0, and is drawn using the current color, linestyle, linewidth, and writemask. 

SEE ALSO

arc, arcf, circf, curve

Silicon Graphics  —  R1c

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