summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/png/asymptote.info
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/png/asymptote.info')
-rw-r--r--graphics/asymptote/doc/png/asymptote.info199
1 files changed, 100 insertions, 99 deletions
diff --git a/graphics/asymptote/doc/png/asymptote.info b/graphics/asymptote/doc/png/asymptote.info
index 0418cef3ee..be3ab4d28a 100644
--- a/graphics/asymptote/doc/png/asymptote.info
+++ b/graphics/asymptote/doc/png/asymptote.info
@@ -1,7 +1,7 @@
This is asymptote.info, produced by makeinfo version 7.0.2 from
asymptote.texi.
-This file documents ‘Asymptote’, version 2.88.
+This file documents ‘Asymptote’, version 2.89.
<https://asymptote.sourceforge.io>
@@ -22,7 +22,7 @@ File: asymptote.info, Node: Top, Next: Description, Prev: (dir), Up: (dir)
Asymptote
*********
-This file documents ‘Asymptote’, version 2.88.
+This file documents ‘Asymptote’, version 2.89.
<https://asymptote.sourceforge.io>
@@ -3447,12 +3447,13 @@ system cputime followed by “s”, the total user cputime followed by “U”,
and the total system cputime followed by “S”.
Much like in C++, casting (*note Casts::) provides for an elegant
-implementation of structure inheritance, including virtual functions:
+implementation of structure inheritance, including a virtual function
+‘v’:
struct parent {
real x;
void operator init(int x) {this.x=x;}
- void virtual(int) {write(0);}
- void f() {virtual(1);}
+ void v(int) {write(0);}
+ void f() {v(1);}
}
void write(parent p) {write(p.x);}
@@ -3461,8 +3462,8 @@ struct child {
parent parent;
real y=3;
void operator init(int x) {parent.operator init(x);}
- void virtual(int x) {write(x);}
- parent.virtual=virtual;
+ void v(int x) {write(x);}
+ parent.v=v;
void f()=parent.f;
}
@@ -10667,98 +10668,98 @@ Ref: cd136486
Ref: scroll141634
Node: Variable initializers144744
Node: Structures147625
-Node: Operators155476
-Node: Arithmetic & logical155790
-Node: Self & prefix operators158344
-Node: User-defined operators159202
-Node: Implicit scaling160139
-Node: Functions160702
-Ref: stack overflow163847
-Node: Default arguments164133
-Node: Named arguments164905
-Node: Rest arguments167559
-Node: Mathematical functions170716
-Node: Arrays175877
-Ref: sort183975
-Ref: tridiagonal187533
-Ref: solve188848
-Node: Slices193168
-Node: Casts197188
-Node: Import199602
-Node: Templated imports205246
-Node: Static207337
-Node: LaTeX usage210295
-Node: Base modules216896
-Node: plain219403
-Node: simplex220109
-Node: math220390
-Node: interpolate223323
-Node: geometry223614
-Node: trembling224310
-Node: stats224587
-Node: patterns224858
-Node: markers225101
-Node: map226999
-Node: tree227435
-Node: binarytree227619
-Node: drawtree228294
-Node: syzygy228503
-Node: feynman228785
-Node: roundedpath229071
-Node: animation229361
-Ref: animate229810
-Node: embed230986
-Node: slide231996
-Node: MetaPost232339
-Node: babel233115
-Node: labelpath233363
-Node: labelpath3234227
-Node: annotate234554
-Node: CAD235044
-Node: graph235362
-Ref: ticks242978
-Ref: pathmarkers257166
-Ref: marker257640
-Ref: markuniform258010
-Ref: errorbars259917
-Ref: automatic scaling265094
-Node: palette276916
-Ref: images277038
-Ref: image281502
-Ref: logimage282023
-Ref: penimage283133
-Ref: penfunctionimage283396
-Node: three284172
-Ref: PostScript3D316568
-Node: obj318362
-Node: graph3318623
-Ref: GaussianSurface324494
-Node: grid3325672
-Node: solids326508
-Node: tube327532
-Node: flowchart329916
-Node: contour334635
-Node: contour3341237
-Node: smoothcontour3341561
-Node: slopefield343334
-Node: ode344879
-Node: Options345148
-Ref: configuration file353586
-Ref: settings353586
-Ref: texengines354936
-Ref: convert354936
-Node: Interactive mode358492
-Ref: history360721
-Node: GUI362094
-Node: GUI installation362664
-Node: GUI usage363660
-Node: Command-Line Interface364727
-Node: Language server protocol366215
-Node: PostScript to Asymptote367696
-Node: Help368526
-Node: Debugger370256
-Node: Credits372104
-Node: Index373365
+Node: Operators155455
+Node: Arithmetic & logical155769
+Node: Self & prefix operators158323
+Node: User-defined operators159181
+Node: Implicit scaling160118
+Node: Functions160681
+Ref: stack overflow163826
+Node: Default arguments164112
+Node: Named arguments164884
+Node: Rest arguments167538
+Node: Mathematical functions170695
+Node: Arrays175856
+Ref: sort183954
+Ref: tridiagonal187512
+Ref: solve188827
+Node: Slices193147
+Node: Casts197167
+Node: Import199581
+Node: Templated imports205225
+Node: Static207316
+Node: LaTeX usage210274
+Node: Base modules216875
+Node: plain219382
+Node: simplex220088
+Node: math220369
+Node: interpolate223302
+Node: geometry223593
+Node: trembling224289
+Node: stats224566
+Node: patterns224837
+Node: markers225080
+Node: map226978
+Node: tree227414
+Node: binarytree227598
+Node: drawtree228273
+Node: syzygy228482
+Node: feynman228764
+Node: roundedpath229050
+Node: animation229340
+Ref: animate229789
+Node: embed230965
+Node: slide231975
+Node: MetaPost232318
+Node: babel233094
+Node: labelpath233342
+Node: labelpath3234206
+Node: annotate234533
+Node: CAD235023
+Node: graph235341
+Ref: ticks242957
+Ref: pathmarkers257145
+Ref: marker257619
+Ref: markuniform257989
+Ref: errorbars259896
+Ref: automatic scaling265073
+Node: palette276895
+Ref: images277017
+Ref: image281481
+Ref: logimage282002
+Ref: penimage283112
+Ref: penfunctionimage283375
+Node: three284151
+Ref: PostScript3D316547
+Node: obj318341
+Node: graph3318602
+Ref: GaussianSurface324473
+Node: grid3325651
+Node: solids326487
+Node: tube327511
+Node: flowchart329895
+Node: contour334614
+Node: contour3341216
+Node: smoothcontour3341540
+Node: slopefield343313
+Node: ode344858
+Node: Options345127
+Ref: configuration file353565
+Ref: settings353565
+Ref: texengines354915
+Ref: convert354915
+Node: Interactive mode358471
+Ref: history360700
+Node: GUI362073
+Node: GUI installation362643
+Node: GUI usage363639
+Node: Command-Line Interface364706
+Node: Language server protocol366194
+Node: PostScript to Asymptote367675
+Node: Help368505
+Node: Debugger370235
+Node: Credits372083
+Node: Index373344

End Tag Table