next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
packages
|
Macaulay2 website
Graphics
::
pictureZone(Point2D)
pictureZone(Point2D) -- find the zone that contains the point
Synopsis
Function:
pictureZone
Usage:
pictureZone(p)
Inputs:
p
,
an instance of the type
Point2D
,
Outputs:
a
list
, of the form {xmin,xmax,ymin,ymax}
Description
i1 : pictureZone(point(20,30)) o1 = {20, 20, 30, 30} o1 : List
Ways to use this method:
pictureZone(Point2D)
-- find the zone that contains the point