CircularPlot3D Package
![CircularPlot3D[x^2+y^2,{r,0,1}]](images/CircularPlot3DPics_gr_1.gif)

Synopsis
This package provides a single command, CircularPlot3D, which is used
to plot real-valued functions of two variables over a circular domain.
Command
The following command is provided in this package:
CircularPlot3D[f,{r,rmin,rmax}]
will produce a 3D plot of the real valued
function f. The function f may be given either in the rectangular variables
x and y or in the polar variables r and theta. The domain will be a
circle centered at the origin (or centered at the point specified by the
option Center). A typical setting might for the Center option might be
Center->{1,2}. CircularPlot3D will accept a third argument:
CircularPlot3D[f,{r,rmin,rmax},{theta,thetamin,thetamax}] will only
produce that portion of the plot with polar angle theta in the specified
range. CircluarPlot3D will accept any options accepted by ParametricPlot3D.
Note:If the function f is given in rectangular coordinates using variables
whose names are not x and y, or if the command is used in a context other
than Global` one must use the more formal syntax:
CircularPlot3D[f,{xvar,yvar},{r, rmin, rmax}], where xvar and yvar indicate
the names of the variables appearing in f.
Last Updated: June 20, 2002