next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Graphics
::
pictureZone(Circle)
pictureZone(Circle) -- find the zone that contains the circle
Synopsis
Function:
pictureZone
Usage:
pictureZone(c)
Inputs:
c
,
an instance of the type
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
Ways to use this method:
pictureZone(Circle)
-- find the zone that contains the circle