next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Graphics
::
pictureZone(Circle)
pictureZone(Circle) -- find the zone that contains the circle
Synopsis
Usage:
pictureZone(c)
Function:
pictureZone
Inputs:
c
,
an object of class
Circle
Outputs:
a
list
, of the form xmin,xmax,ymin,ymax
Description
i1 : pictureZone(circle(point(20,30),10)) o1 = {10, 30, 20, 40} o1 : List