next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Graphics
::
pictureZone(Segment3D)
pictureZone(Segment3D) -- find the zone that contains the line segment
Synopsis
Function:
pictureZone
Usage:
pictureZone(l)
Inputs:
l
,
an instance of the type
Segment3D
Outputs:
a
list
, of the form {xmin,xmax,ymin,ymax,zmin,zmax}
Description
i1 : pictureZone(segment(point(20,30,40),point(30,40,50))) o1 = {20, 30, 30, 40, 40, 50} o1 : List