next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Graphics
::
textTag(Point3D,String)
textTag(Point3D,String) -- a text tag at a position
Synopsis
Function:
textTag
Usage:
textTag(p,s)
Inputs:
p
,
an instance of the type
Point3D
, the position of the tag
s
,
a
string
, the text of the tag
Outputs:
an instance of the type
TextTag
, the
TextTag
with text
s
at position
p
Description
i1 : textTag(point(2.1, 3.,4.),"My Tag") o1 = TextTag{Point3D{2, 3, 4}, My Tag} o1 : TextTag