circf() — Silicon Graphics Beta Release
NAME
circf - draws a filled circle
SPECIFICATION
C
circf(x, y, radius)
Coord x, y, radius;
circfi(x, y, radius)
Icoord x, y, radius;
circfs(x, y, radius)
Scoord x, y, radius;
FORTRAN
subroutine circf(x, y, radius)
real x, y, radius
subroutine circfi(x, y, radius)
integer*4 x, y, radius
subroutine circfs(x, y, radius)
integer*2 x, y, radius
Pascal
procedure circf(x, y, radius: Coord);
procedure circfi(x, y, radius: Icoord);
procedure circfs(x, y, radius: Scoord);
DESCRIPTION
circf draws a filled circle, using the current color, writemask, and pattern. The circle has its center at (x,y) and a radius radius, both specified in world coordinates. Since a circle is a two-dimensional shape, these commands have only 2D forms. The circle is drawn in the x-y plane, with z=0.
SEE ALSO
arc, arcf, circ, crv
Version 2.3 — July 04, 1985