From fab654a7fafba60c3d1e32040ad16d19b5dfd550 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Apr 2014 23:02:35 +0000 Subject: asymptote 2.25 for TL14 git-svn-id: svn://tug.org/texlive/trunk@33606 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/info/asymptote.info | 775 ++++++++++++++++-------------- 1 file changed, 402 insertions(+), 373 deletions(-) (limited to 'Master/texmf-dist/doc/info/asymptote.info') diff --git a/Master/texmf-dist/doc/info/asymptote.info b/Master/texmf-dist/doc/info/asymptote.info index 8cf9caabdac..d9bfe6891e3 100644 --- a/Master/texmf-dist/doc/info/asymptote.info +++ b/Master/texmf-dist/doc/info/asymptote.info @@ -1,11 +1,11 @@ This is asymptote.info, produced by makeinfo version 4.13 from ../asymptote.texi. -This file documents `Asymptote', version 2.23. +This file documents `Asymptote', version 2.25. `http://asymptote.sourceforge.net' - Copyright (C) 2004-13 Andy Hammerlindl, John Bowman, and Tom Prince. + Copyright (C) 2004-14 Andy Hammerlindl, John Bowman, and Tom Prince. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License @@ -23,11 +23,11 @@ File: asymptote.info, Node: Top, Next: Description, Up: (dir) Asymptote ********* -This file documents `Asymptote', version 2.23. +This file documents `Asymptote', version 2.25. `http://asymptote.sourceforge.net' - Copyright (C) 2004-13 Andy Hammerlindl, John Bowman, and Tom Prince. + Copyright (C) 2004-14 Andy Hammerlindl, John Bowman, and Tom Prince. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License @@ -77,7 +77,7 @@ Drawing commands Programming * Data types:: void, bool, int, real, pair, triple, string -* Paths and guides:: +* Paths and guides:: Bezier curves * Pens:: Colors, line types, line widths, font sizes * Transforms:: Affine transforms * Frames and pictures:: Canvases for immediate and deferred drawing @@ -267,7 +267,7 @@ We recommend subscribing to new release announcements at `http://freshmeat.net/projects/asy' Users may also wish to monitor the `Asymptote' forum: - `http://sourceforge.net/projects/asymptote/forums/forum/409349' + `http://sourceforge.net/p/asymptote/discussion/409349'  File: asymptote.info, Node: UNIX binary distributions, Next: MacOS X binary distributions, Up: Installation @@ -432,6 +432,7 @@ texpath texcommand dvips dvisvgm +libgs convert display animate @@ -499,8 +500,9 @@ tar -xf asymptote-x.xx.src.tar cd asymptote-x.xx By default the system version of the Boehm garbage collector will be used; if it is old we recommend first putting -`http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz' -in the `Asymptote' source directory. +`http://hboehm.info/gc/gc_source/gc-7.4.0.tar.gz' +`http://hboehm.info/gc/gc_source/libatomic_ops-7.4.0.tar.gz' in the +`Asymptote' source directory. On `UNIX' platforms (other than `MacOS X'), we recommend using version `2.8.1' of the `freeglut' library. To compile `freeglut', @@ -615,7 +617,7 @@ File: asymptote.info, Node: Subversion, Next: Uninstall, Prev: Editing modes, The following commands are needed to install the latest development version of `Asymptote' using `Subversion': -svn co http://asymptote.svn.sourceforge.net/svnroot/asymptote/trunk/asymptote +svn co http://svn.code.sf.net/p/asymptote/code/trunk/asymptote cd asymptote ./autogen.sh ./configure @@ -819,9 +821,12 @@ See section *note graph:: (or the online `Asymptote' gallery and external links posted at `http://asymptote.sourceforge.net') for further examples, including two-dimensional and interactive three-dimensional scientific graphs. Additional examples have been -posted by Philippe Ivaldi at `http://www.piprime.fr/asymptote'. A -user-written `Asymptote' tutorial is available at -http://www.artofproblemsolving.com/Wiki/index.php/Asymptote:_Basics +posted by Philippe Ivaldi at `http://www.piprime.fr/asymptote'. +Excellent user-written `Asymptote' tutorials are also available: + + `http://www.artofproblemsolving.com/Wiki/index.php/Asymptote:_Basics' + +`http://math.uchicago.edu/~cstaats/Charles_Staats_III/Notes_and_papers_files/asymptote_tutorial.pdf'  File: asymptote.info, Node: Drawing commands, Next: Bezier curves, Prev: Tutorial, Up: Top @@ -1059,7 +1064,7 @@ flags used in Gouraud shading are documented here: by the n cyclic paths of length 4 in path array `b', using the vertex colors specified in the n \times 4 pen array `p' and internal control points in the n \times 4 array `z', is implemented with -void tensorshade(picture pic=currentpicture, path g, bool stroke=false, +void tensorshade(picture pic=currentpicture, path[] g, bool stroke=false, pen fillrule=currentpen, pen[][] p, path[] b=g, pair[][] z=new pair[][]); If the array `z' is empty, Coons shading, in which the color control @@ -1381,7 +1386,7 @@ languages. * Menu: * Data types:: void, bool, int, real, pair, triple, string -* Paths and guides:: +* Paths and guides:: Bezier curves * Pens:: Colors, line types, line widths, font sizes * Transforms:: Affine transforms * Frames and pictures:: Canvases for immediate and deferred drawing @@ -1805,6 +1810,8 @@ File: asymptote.info, Node: Paths and guides, Next: Pens, Prev: Data types, return shift(c)*scale(a,b)*unitcircle; } + A brace can be constructed between pairs `a' and `b' with path brace(pair a, pair b, real amplitude=bracedefaultratio*length(b-a)); + This example illustrates the use of all five guide connectors discussed in *note Tutorial:: and *note Bezier curves::: size(300,0); pair[] z=new pair[10]; @@ -2058,6 +2065,15 @@ File: asymptote.info, Node: Paths and guides, Next: Pens, Prev: Data types, returns an arbitrary point strictly inside a cyclic path `p' according to the fill rule `fillrule' (*note fillrule::). + `real side(pair a, pair b, pair c);' + determines the side of `a--b' that c lies on (negative=left, + zero=on `a--b', positive=right). + + `real incircle(pair a, pair b, pair c, pair d);' + determines the side of the counterclockwise circle through + `a,b,c' that `d' lies on (negative=inside, 0=on circle, + positive=right). + `path[] strokepath(path g, pen p=currentpen);' returns the path array that `PostScript' would fill in drawing path `g' with pen `p'. @@ -3143,7 +3159,7 @@ struct T { int x; } -T foo=new T; +T foo; T bar=foo; bar.x=5; @@ -3163,7 +3179,7 @@ struct T { ++Tcount; } -T foo=new T; +T foo; Here, the expression `new T' will produce a new instance of the class, but will also cause `Tcount' to be incremented, so that it keeps @@ -3220,7 +3236,7 @@ struct Person { string lastname; } -Person joe=new Person; +Person joe; joe.firstname="Joe"; joe.lastname="Jones"; Creating a new Person is a chore; it takes three lines to create a new @@ -3234,7 +3250,7 @@ struct Person { string lastname; static Person Person(string firstname, string lastname) { - Person p=new Person; + Person p; p.firstname=firstname; p.lastname=lastname; return p; @@ -3264,7 +3280,7 @@ structure. That is, it essentially defines the following constructor (assuming the structure is called `Foo'): static Foo Foo(ARGS) { - Foo instance=new Foo; + Foo instance; instance.operator init(ARGS); return instance; } @@ -4238,7 +4254,7 @@ error occurs). The virtual members `dimension', `line', `csv', `word', and `read' of a file are useful for reading arrays. For example, if line mode is set with `file line(bool b=true)', then reading will stop once the end -of the line is reached instead +of the line is reached instead: file fin=input("test.txt"); real[] A=fin.line(); @@ -5242,7 +5258,6 @@ This module provides an interface to the `LaTeX' package (included with `http://www.ctan.org/tex-archive/macros/latex/contrib/media9' for embedding movies, sounds, and 3D objects into a PDF document. -Version 0.13 (2012/09/12) of `media9' or later is required. A more portable method for embedding movie files, which should work on any platform and does not require the `media9' package, is provided @@ -6884,8 +6899,9 @@ There are four choices for viewing 3D `Asymptote' output: resulting PRC and rendered image files can be extracted and processed in a separate `LaTeX' file. However, see *note LaTeX usage:: for an easier way to embed three-dimensional `Asymptote' - pictures within `LaTeX'. The open-source PRC specification is - available from + pictures within `LaTeX'. For specialized applications where only + the raw PRC file is required, specify `settings.outformat="prc"'. + The open-source PRC specification is available from `http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/API_References/PRCReference/PRC_Format_Specification/'. 4. Project the scene to a two-dimensional vector (EPS or PDF) format @@ -7153,7 +7169,7 @@ surface extrude(Label L, triple axis=Z); The routine real[][] intersections(path3 p, surface s, real fuzz=-1); returns the intersection times of a path `p' with a surface `s' as a -sorted array of real arrays of length 2, and +sorted array of real arrays of length 3, and triple[] intersectionpoints(path3 p, surface s, real fuzz=-1); returns the corresponding intersection points. Here, the computations are performed to the absolute error specified by `fuzz', or if `fuzz < @@ -8055,9 +8071,10 @@ interactiveMask=true; Command-line options override these defaults. Most configuration variables may also be changed at runtime. The advanced configuration variables `dvipsOptions', `hyperrefOptions', `convertOptions', -`gsOptions', `psviewerOptions', `pdfviewerOptions', and `glOptions' -allow specialized options to be passed as a string to the respective -applications or libraries. The default value of `hyperrefOptions' is +`gsOptions', `psviewerOptions', `pdfviewerOptions', `pdfreloadOptions', +`glOptions', and `dvisvgmOptions' allow specialized options to be +passed as a string to the respective applications or libraries. The +default value of `hyperrefOptions' is `setpagesize=false,unicode,pdfborder=0 0 0'. If you insert @@ -8069,10 +8086,14 @@ settings.autoplain=true; The default output format is EPS for the (default) `latex' and `tex' tex engine and PDF for the `pdflatex', `xelatex', and `context' tex engines. Alternative output formats may be produced using the `-f' -option (or `outformat' setting). To produce SVG output, first install -`dvisvgm' (version 0.8.7 or later) from -`http://dvisvgm.sourceforge.net/down.html' and be sure to use the -`latex' or `tex' tex engine. +option (or `outformat' setting). + + To produce SVG output, you will need `dvisvgm' (version 0.8.7 or +later) from `http://dvisvgm.sourceforge.net' and must use the `latex' +or `tex' tex engine. You might need to adjust the configuration +variable `libgs' to point to the location of your ghostscript library +`libgs.so' (or to an empty string, depending on how `dvisvgm' was +configured). `Asymptote' can also produce any output format supported by the `ImageMagick' `convert' program (version 6.3.5 or later recommended; an @@ -8330,7 +8351,7 @@ A list of frequently asked questions (FAQ) is maintained at Questions on installing and using `Asymptote' that are not addressed in the FAQ should be sent to the `Asymptote' forum: - `http://sourceforge.net/projects/asymptote/forums/forum/409349' + `http://sourceforge.net/p/asymptote/discussion/409349' Including an example that illustrates what you are trying to do will help you get useful feedback. `LaTeX' problems can often be diagnosed with the `-vv' or `-vvv' command-line options. Contributions in the @@ -8494,9 +8515,9 @@ Index * ---: Bezier curves. (line 86) * -=: Self & prefix operators. (line 6) -* -c: Options. (line 175) -* -l: Options. (line 194) -* -u: Options. (line 185) +* -c: Options. (line 180) +* -l: Options. (line 199) +* -u: Options. (line 190) * -V <1>: Tutorial. (line 19) * -V: Configuring. (line 6) * ..: Tutorial. (line 127) @@ -8508,7 +8529,7 @@ Index * 2D graphs: graph. (line 6) * 3D graphs: graph3. (line 6) * 3D grids: grid3. (line 6) -* 3D PostScript: three. (line 593) +* 3D PostScript: three. (line 594) * :: Arithmetic & logical. (line 73) * ::: Bezier curves. (line 70) @@ -8535,8 +8556,8 @@ Index * abs <1>: Mathematical functions. (line 35) * abs: Data types. (line 62) -* accel <1>: three. (line 519) -* accel: Paths and guides. (line 115) +* accel <1>: three. (line 520) +* accel: Paths and guides. (line 117) * access: Import. (line 6) * acknowledgments: Credits. (line 6) * aCos: Mathematical functions. @@ -8545,9 +8566,9 @@ Index (line 6) * acosh: Mathematical functions. (line 6) -* add <1>: three. (line 283) +* add <1>: three. (line 284) * add: Frames and pictures. (line 196) -* addViews: three. (line 405) +* addViews: three. (line 406) * adjust: Pens. (line 115) * Ai: Mathematical functions. (line 48) @@ -8557,7 +8578,7 @@ Index (line 48) * alias <1>: Arrays. (line 181) * alias: Structures. (line 52) -* align: Options. (line 169) +* align: Options. (line 174) * Align: label. (line 12) * all: Arrays. (line 329) * Allow: Pens. (line 327) @@ -8570,22 +8591,22 @@ Index * animate: Configuring. (line 67) * animation: animation. (line 6) * annotate: annotate. (line 6) -* antialias <1>: Options. (line 144) +* antialias <1>: Options. (line 145) * antialias: three. (line 222) * append <1>: Arrays. (line 39) * append: Files. (line 36) -* arc: three. (line 295) +* arc: three. (line 296) * Arc: Paths and guides. (line 32) * arc: Paths and guides. (line 22) * ArcArrow: draw. (line 26) -* ArcArrow3: three. (line 560) +* ArcArrow3: three. (line 561) * ArcArrows: draw. (line 26) -* ArcArrows3: three. (line 560) -* arclength <1>: three. (line 519) -* arclength: Paths and guides. (line 142) -* arcpoint: Paths and guides. (line 152) -* arctime <1>: three. (line 519) -* arctime: Paths and guides. (line 146) +* ArcArrows3: three. (line 561) +* arclength <1>: three. (line 520) +* arclength: Paths and guides. (line 144) +* arcpoint: Paths and guides. (line 154) +* arctime <1>: three. (line 520) +* arctime: Paths and guides. (line 148) * arguments: Default arguments. (line 6) * arithmetic operators: Arithmetic & logical. (line 6) @@ -8596,10 +8617,10 @@ Index * Arrow: draw. (line 26) * arrow: Drawing commands. (line 31) * arrow keys: Tutorial. (line 37) -* Arrow3: three. (line 560) +* Arrow3: three. (line 561) * Arrows: draw. (line 26) * arrows: draw. (line 26) -* Arrows3: three. (line 560) +* Arrows3: three. (line 561) * as: Import. (line 68) * ascii: Data types. (line 286) * aSin: Mathematical functions. @@ -8631,7 +8652,7 @@ Index * attach <1>: graph. (line 416) * attach <2>: LaTeX usage. (line 51) * attach: Frames and pictures. (line 252) -* autoadjust: three. (line 371) +* autoadjust: three. (line 372) * autoimport: Options. (line 112) * automatic scaling: graph. (line 682) * axialshade: fill. (line 43) @@ -8640,11 +8661,11 @@ Index * azimuth: Data types. (line 126) * babel: babel. (line 6) * background color: Frames and pictures. (line 168) -* BackView: three. (line 398) +* BackView: three. (line 399) * Bar: draw. (line 19) -* Bar3: three. (line 560) +* Bar3: three. (line 561) * Bars: draw. (line 19) -* Bars3: three. (line 560) +* Bars3: three. (line 561) * barsize: draw. (line 19) * base modules: Base modules. (line 6) * basealign: Pens. (line 168) @@ -8652,18 +8673,18 @@ Index * batch mode: Tutorial. (line 6) * beep: Data types. (line 357) * BeginArcArrow: draw. (line 26) -* BeginArcArrow3: three. (line 560) +* BeginArcArrow3: three. (line 561) * BeginArrow: draw. (line 26) -* BeginArrow3: three. (line 560) +* BeginArrow3: three. (line 561) * BeginBar: draw. (line 19) -* BeginBar3: three. (line 560) +* BeginBar3: three. (line 561) * BeginDotMargin: draw. (line 42) -* BeginDotMargin3: three. (line 576) +* BeginDotMargin3: three. (line 577) * BeginMargin: draw. (line 42) -* BeginMargin3: three. (line 576) +* BeginMargin3: three. (line 577) * BeginPenMargin: draw. (line 42) -* BeginPenMargin2: three. (line 576) -* BeginPenMargin3: three. (line 576) +* BeginPenMargin2: three. (line 577) +* BeginPenMargin3: three. (line 577) * BeginPoint: label. (line 56) * Bessel: Mathematical functions. (line 48) @@ -8675,7 +8696,7 @@ Index (line 48) * Bi_deriv: Mathematical functions. (line 48) -* Billboard: three. (line 489) +* Billboard: three. (line 490) * binary: Files. (line 75) * binary format: Files. (line 75) * binary operators: Arithmetic & logical. @@ -8700,18 +8721,19 @@ Index (line 6) * Bottom: graph. (line 134) * BottomTop: graph. (line 140) -* BottomView: three. (line 398) +* BottomView: three. (line 399) * bounding box: Frames and pictures. (line 168) * Bounds: graph3. (line 21) -* box <1>: three. (line 317) +* box <1>: three. (line 318) * box: Frames and pictures. (line 22) * bp: Tutorial. (line 26) +* brace: Paths and guides. (line 44) * break: Programming. (line 29) * breakpoints: Debugger. (line 21) * brick: Pens. (line 251) * broken axis: graph. (line 782) * bug reports: Help. (line 23) -* buildcycle: Paths and guides. (line 258) +* buildcycle: Paths and guides. (line 260) * Button-1: GUI. (line 6) * Button-2: GUI. (line 6) * BWRainbow: palette. (line 15) @@ -8719,14 +8741,14 @@ Index * C string: Data types. (line 191) * CAD: CAD. (line 6) * calculateTransform: Frames and pictures. (line 107) -* camera: three. (line 366) +* camera: three. (line 367) * casts: Casts. (line 6) * cbrt: Mathematical functions. (line 6) * cd: Files. (line 25) * ceil: Mathematical functions. (line 26) -* center: three. (line 350) +* center: three. (line 351) * Center: label. (line 61) * checker: Pens. (line 251) * Chinese: unicode. (line 12) @@ -8735,7 +8757,7 @@ Index * Ci: Mathematical functions. (line 48) * circle <1>: flowchart. (line 64) -* circle: three. (line 291) +* circle: three. (line 292) * Circle: Paths and guides. (line 17) * circle: Paths and guides. (line 10) * circlebarframe: markers. (line 18) @@ -8759,7 +8781,7 @@ Index * comma: Files. (line 61) * comma-separated-value mode: Arrays. (line 362) * command-line options <1>: Options. (line 6) -* command-line options: Configuring. (line 83) +* command-line options: Configuring. (line 84) * comment character: Files. (line 16) * compass directions: Tutorial. (line 106) * Compiling from UNIX source: Compiling from UNIX source. @@ -8775,15 +8797,15 @@ Index * configuring: Configuring. (line 6) * conj: Data types. (line 59) * constructors: Structures. (line 91) -* context: Options. (line 144) +* context: Options. (line 145) * continue <1>: Debugger. (line 31) * continue: Programming. (line 29) * contour: contour. (line 9) * contour3: contour3. (line 6) * controls <1>: three. (line 6) * controls: Bezier curves. (line 45) -* controlSpecifier: Paths and guides. (line 382) -* convert <1>: Options. (line 144) +* controlSpecifier: Paths and guides. (line 393) +* convert <1>: Options. (line 145) * convert <2>: animation. (line 6) * convert <3>: Files. (line 154) * convert: Configuring. (line 67) @@ -8809,19 +8831,19 @@ Index * cubicroots: Arrays. (line 318) * curl <1>: three. (line 6) * curl: Bezier curves. (line 66) -* curlSpecifier: Paths and guides. (line 394) +* curlSpecifier: Paths and guides. (line 405) * currentpen: Pens. (line 6) -* currentprojection: three. (line 395) +* currentprojection: three. (line 396) * curve: slopefield. (line 20) * custom axis types: graph. (line 144) * custom mark routine: graph. (line 577) * custom tick locations: graph. (line 249) -* cut: Paths and guides. (line 240) +* cut: Paths and guides. (line 242) * cycle <1>: three. (line 6) * cycle: Tutorial. (line 75) -* cyclic <1>: three. (line 519) +* cyclic <1>: three. (line 520) * cyclic <2>: Arrays. (line 39) -* cyclic: Paths and guides. (line 74) +* cyclic: Paths and guides. (line 76) * Cyrillic: unicode. (line 7) * dashdotted: Pens. (line 95) * dashed: Pens. (line 95) @@ -8835,7 +8857,7 @@ Index * default arguments: Default arguments. (line 6) * defaultformat: graph. (line 175) * DefaultHead: draw. (line 26) -* DefaultHead3: three. (line 560) +* DefaultHead3: three. (line 561) * defaultpen: Pens. (line 46) * defaultrender: three. (line 47) * deferred drawing: simplex. (line 6) @@ -8850,14 +8872,14 @@ Index * diagonal: Arrays. (line 303) * diamond: flowchart. (line 57) * dimension: Arrays. (line 367) -* dir <1>: three. (line 519) -* dir <2>: Paths and guides. (line 98) +* dir <1>: three. (line 520) +* dir <2>: Paths and guides. (line 100) * dir <3>: Data types. (line 87) * dir: Search paths. (line 10) * direction specifier: Bezier curves. (line 6) * directory: Files. (line 25) -* dirSpecifier: Paths and guides. (line 376) -* dirtime: Paths and guides. (line 155) +* dirSpecifier: Paths and guides. (line 387) +* dirtime: Paths and guides. (line 157) * display: Configuring. (line 67) * do: Programming. (line 29) * DOSendl: Files. (line 61) @@ -8866,11 +8888,11 @@ Index * dot <2>: Data types. (line 100) * dot: draw. (line 83) * DotMargin: draw. (line 42) -* DotMargin3: three. (line 576) +* DotMargin3: three. (line 577) * DotMargins: draw. (line 42) -* DotMargins3: three. (line 576) +* DotMargins3: three. (line 577) * dotted: Pens. (line 95) -* double deferred drawing: three. (line 268) +* double deferred drawing: three. (line 269) * double precision: Files. (line 75) * draw: three. (line 112) * Draw: Frames and pictures. (line 147) @@ -8882,7 +8904,9 @@ Index * drawtree: drawtree. (line 9) * dvips: Configuring. (line 67) * dvipsOptions: Options. (line 131) +* dvisvgm <1>: Options. (line 150) * dvisvgm: Configuring. (line 67) +* dvisvgmOptions: Options. (line 131) * E <1>: Mathematical functions. (line 48) * E: Tutorial. (line 106) @@ -8896,30 +8920,30 @@ Index * else: Programming. (line 8) * emacs: Editing modes. (line 6) * embed: embed. (line 6) -* Embedded: three. (line 489) +* Embedded: three. (line 490) * empty: Frames and pictures. (line 7) * EndArcArrow: draw. (line 26) -* EndArcArrow3: three. (line 560) +* EndArcArrow3: three. (line 561) * EndArrow: draw. (line 26) -* EndArrow3: three. (line 560) +* EndArrow3: three. (line 561) * EndBar: draw. (line 19) -* EndBar3: three. (line 560) +* EndBar3: three. (line 561) * EndDotMargin: draw. (line 42) -* EndDotMargin3: three. (line 576) +* EndDotMargin3: three. (line 577) * endl: Files. (line 61) * EndMargin: draw. (line 42) -* EndMargin3: three. (line 576) +* EndMargin3: three. (line 577) * EndPenMargin: draw. (line 42) -* EndPenMargin2: three. (line 576) -* EndPenMargin3: three. (line 576) +* EndPenMargin2: three. (line 577) +* EndPenMargin3: three. (line 577) * EndPoint: label. (line 56) * envelope: Frames and pictures. (line 22) -* environment variables: Configuring. (line 87) +* environment variables: Configuring. (line 88) * eof <1>: Arrays. (line 344) * eof: Files. (line 92) * eol <1>: Arrays. (line 344) * eol: Files. (line 92) -* EPS <1>: Options. (line 144) +* EPS <1>: Options. (line 145) * EPS: label. (line 79) * erase <1>: Frames and pictures. (line 7) * erase <2>: Data types. (line 241) @@ -8948,14 +8972,14 @@ Index (line 48) * extendcap: Pens. (line 129) * extension <1>: MetaPost. (line 10) -* extension: Paths and guides. (line 235) -* external: embed. (line 13) -* extrude: three. (line 513) +* extension: Paths and guides. (line 237) +* external: embed. (line 12) +* extrude: three. (line 514) * F: Mathematical functions. (line 48) * fabs: Mathematical functions. (line 6) -* face: three. (line 601) +* face: three. (line 602) * factorial: Mathematical functions. (line 39) * Fedora: UNIX binary distributions. @@ -8964,7 +8988,7 @@ Index * fft <1>: math. (line 26) * fft: Arrays. (line 246) * FFTW: Compiling from UNIX source. - (line 57) + (line 58) * file <1>: Debugger. (line 45) * file: Files. (line 6) * Fill: Frames and pictures. (line 133) @@ -8978,9 +9002,9 @@ Index * fillrule: Pens. (line 152) * find <1>: Arrays. (line 159) * find: Data types. (line 226) -* firstcut: Paths and guides. (line 250) +* firstcut: Paths and guides. (line 252) * fit: Frames and pictures. (line 103) -* fit3: three. (line 281) +* fit3: three. (line 282) * fixedscaling: Frames and pictures. (line 74) * floor: Mathematical functions. (line 26) @@ -8993,12 +9017,12 @@ Index * fontcommand: Pens. (line 207) * fontsize: Pens. (line 178) * for: Programming. (line 8) -* format <1>: Options. (line 144) +* format <1>: Options. (line 145) * format: Data types. (line 269) * forum: Help. (line 6) * frame: Frames and pictures. (line 7) * from: Import. (line 17) -* FrontView: three. (line 398) +* FrontView: three. (line 399) * function declarations: Functions. (line 67) * function shading: fill. (line 100) * Function shading: fill. (line 100) @@ -9037,12 +9061,12 @@ Index * gsl: Mathematical functions. (line 48) * GSL: Compiling from UNIX source. - (line 57) + (line 58) * gsOptions: Options. (line 131) * GUI: GUI. (line 6) * GUI installation: GUI installation. (line 6) * GUI usage: GUI usage. (line 6) -* guide: Paths and guides. (line 303) +* guide: Paths and guides. (line 314) * guide3: three. (line 6) * hatch: Pens. (line 267) * height: LaTeX usage. (line 51) @@ -9055,14 +9079,14 @@ Index * hex: Data types. (line 283) * hexidecimal <1>: Pens. (line 59) * hexidecimal: Data types. (line 283) -* hidden surface removal: three. (line 601) +* hidden surface removal: three. (line 602) * histogram: Mathematical functions. (line 39) * history <1>: Interactive mode. (line 59) * history: Files. (line 142) * historylines: Interactive mode. (line 64) * HookHead: draw. (line 26) -* HookHead3: three. (line 560) +* HookHead3: three. (line 561) * Horizontal: flowchart. (line 81) * hyperrefOptions: Options. (line 131) * hypot: Mathematical functions. @@ -9076,11 +9100,11 @@ Index * identity <2>: Mathematical functions. (line 6) * identity: Transforms. (line 24) -* identity4: three. (line 449) +* identity4: three. (line 450) * if: Programming. (line 8) * IgnoreAspect: Frames and pictures. (line 58) * image: palette. (line 34) -* ImageMagick <1>: Options. (line 144) +* ImageMagick <1>: Options. (line 145) * ImageMagick <2>: animation. (line 6) * ImageMagick: Configuring. (line 67) * images: palette. (line 6) @@ -9089,6 +9113,7 @@ Index * implicit scaling: Implicit scaling. (line 6) * import: Import. (line 46) * inches: Tutorial. (line 63) +* incircle: Paths and guides. (line 303) * include: Import. (line 127) * including images: label. (line 79) * increasing: math. (line 59) @@ -9103,34 +9128,34 @@ Index * input: Files. (line 10) * insert <1>: Arrays. (line 39) * insert: Data types. (line 237) -* inside: Paths and guides. (line 282) +* inside: Paths and guides. (line 284) * inst: Debugger. (line 36) * installation: Installation. (line 6) * int: Data types. (line 28) * integer division: Arithmetic & logical. (line 6) * interactive mode: Interactive mode. (line 6) -* interior: Paths and guides. (line 278) +* interior: Paths and guides. (line 280) * international characters: unicode. (line 6) * interp: Arithmetic & logical. (line 76) * interpolate: interpolate. (line 6) -* intersect <1>: three. (line 519) +* intersect <1>: three. (line 520) * intersect <2>: math. (line 13) -* intersect: Paths and guides. (line 184) -* intersectionpoint <1>: three. (line 519) +* intersect: Paths and guides. (line 186) +* intersectionpoint <1>: three. (line 520) * intersectionpoint <2>: math. (line 17) -* intersectionpoint: Paths and guides. (line 227) -* intersectionpoints <1>: three. (line 519) -* intersectionpoints: Paths and guides. (line 231) -* intersections <1>: three. (line 519) -* intersections: Paths and guides. (line 195) +* intersectionpoint: Paths and guides. (line 229) +* intersectionpoints <1>: three. (line 520) +* intersectionpoints: Paths and guides. (line 233) +* intersections <1>: three. (line 520) +* intersections: Paths and guides. (line 197) * InTicks: graph3. (line 35) * intMax: Data types. (line 28) * intMin: Data types. (line 28) * inverse <1>: Arrays. (line 306) * inverse: Transforms. (line 16) -* invert: three. (line 439) +* invert: three. (line 440) * invisible: Pens. (line 39) * isnan: Data types. (line 33) * J: Mathematical functions. @@ -9150,7 +9175,7 @@ Index * keyword-only: Named arguments. (line 37) * keywords: Named arguments. (line 6) * Korean: unicode. (line 12) -* label: three. (line 483) +* label: three. (line 484) * Label <1>: graph. (line 343) * Label: label. (line 14) * label: clip. (line 16) @@ -9160,9 +9185,9 @@ Index * labelx: graph. (line 343) * labely: graph. (line 343) * Landscape: Frames and pictures. (line 95) -* lastcut: Paths and guides. (line 254) +* lastcut: Paths and guides. (line 256) * lasy-mode: Editing modes. (line 6) -* latex: Options. (line 144) +* latex: Options. (line 145) * LaTeX fonts: Pens. (line 192) * LaTeX usage: LaTeX usage. (line 6) * latexmk: LaTeX usage. (line 30) @@ -9176,18 +9201,20 @@ Index * LeftRight: graph. (line 290) * LeftSide: label. (line 61) * LeftTicks: graph. (line 161) -* LeftView: three. (line 398) +* LeftView: three. (line 399) * legend <1>: graph. (line 432) * legend <2>: draw. (line 64) * legend: Drawing commands. (line 31) * Legendre: Mathematical functions. (line 48) -* length <1>: three. (line 519) +* length <1>: three. (line 520) * length <2>: Arrays. (line 39) -* length <3>: Paths and guides. (line 65) +* length <3>: Paths and guides. (line 67) * length: Data types. (line 62) * letter: Configuring. (line 61) * lexorder: math. (line 68) +* libgs <1>: Options. (line 150) +* libgs: Configuring. (line 67) * libm routines: Mathematical functions. (line 6) * libsigsegv <1>: Help. (line 33) @@ -9223,10 +9250,10 @@ Index * makepen: Pens. (line 300) * map: Arrays. (line 141) * Margin: draw. (line 42) -* Margin3: three. (line 576) -* margins: three. (line 274) +* Margin3: three. (line 577) +* margins: three. (line 275) * Margins: draw. (line 42) -* Margins3: three. (line 576) +* Margins3: three. (line 577) * mark: graph. (line 485) * markangle: markers. (line 38) * marker: graph. (line 485) @@ -9237,34 +9264,34 @@ Index * math: math. (line 6) * mathematical functions: Mathematical functions. (line 6) -* max <1>: three. (line 519) +* max <1>: three. (line 520) * max <2>: Arrays. (line 225) * max <3>: Frames and pictures. (line 7) -* max: Paths and guides. (line 267) +* max: Paths and guides. (line 269) * maxbound: Data types. (line 106) * maxtile: three. (line 222) -* maxtimes: Paths and guides. (line 222) +* maxtimes: Paths and guides. (line 224) * maxviewport: three. (line 222) * MetaPost: MetaPost. (line 6) * MetaPost ... : Bezier curves. (line 70) -* MetaPost cutafter: Paths and guides. (line 255) -* MetaPost cutbefore: Paths and guides. (line 251) +* MetaPost cutafter: Paths and guides. (line 257) +* MetaPost cutbefore: Paths and guides. (line 253) * MetaPost pickup: Pens. (line 6) * MetaPost whatever: MetaPost. (line 10) * Microsoft Windows: Microsoft Windows. (line 6) * MidArcArrow: draw. (line 26) -* MidArcArrow3: three. (line 560) +* MidArcArrow3: three. (line 561) * MidArrow: draw. (line 26) -* MidArrow3: three. (line 560) -* midpoint: Paths and guides. (line 169) +* MidArrow3: three. (line 561) +* midpoint: Paths and guides. (line 171) * MidPoint: label. (line 56) -* min <1>: three. (line 519) +* min <1>: three. (line 520) * min <2>: Arrays. (line 218) * min <3>: Frames and pictures. (line 7) -* min: Paths and guides. (line 263) +* min: Paths and guides. (line 265) * minbound: Data types. (line 103) * minipage: label. (line 118) -* mintimes: Paths and guides. (line 217) +* mintimes: Paths and guides. (line 219) * miterjoin: Pens. (line 138) * miterlimit: Pens. (line 147) * mktemp: Files. (line 44) @@ -9292,11 +9319,11 @@ Index * NoFill <1>: Frames and pictures. (line 141) * NoFill: draw. (line 26) * NoMargin: draw. (line 42) -* NoMargin3: three. (line 576) +* NoMargin3: three. (line 577) * none: Files. (line 61) * None: draw. (line 19) -* normal: three. (line 505) -* nosafe: Options. (line 164) +* normal: three. (line 506) +* nosafe: Options. (line 169) * NOT: Arithmetic & logical. (line 80) * notaknot: graph. (line 37) @@ -9305,15 +9332,15 @@ Index * null: Structures. (line 6) * nullpen <1>: Frames and pictures. (line 127) * nullpen: label. (line 14) -* NURBS: three. (line 375) -* O: three. (line 286) +* NURBS: three. (line 376) +* O: three. (line 287) * obj: obj. (line 9) -* oblique: three. (line 331) -* obliqueX: three. (line 339) -* obliqueY: three. (line 346) -* obliqueZ: three. (line 331) +* oblique: three. (line 332) +* obliqueX: three. (line 340) +* obliqueY: three. (line 347) +* obliqueZ: three. (line 332) * ode: ode. (line 9) -* offset <1>: Options. (line 169) +* offset <1>: Options. (line 174) * offset: Pens. (line 115) * OmitTick: graph. (line 239) * OmitTickInterval: graph. (line 239) @@ -9336,10 +9363,10 @@ Index * OR: Arithmetic & logical. (line 80) * orientation: Frames and pictures. (line 95) -* orthographic: three. (line 350) +* orthographic: three. (line 351) * outformat: three. (line 140) * outprefix: Frames and pictures. (line 83) -* output <1>: Options. (line 144) +* output <1>: Options. (line 145) * output: Files. (line 36) * OutTicks: graph3. (line 35) * overloading functions: Functions. (line 44) @@ -9367,40 +9394,41 @@ Index * path[]: Tutorial. (line 134) * patterns <1>: patterns. (line 6) * patterns: Pens. (line 238) -* PDF: Options. (line 144) -* pdflatex: Options. (line 144) +* PDF: Options. (line 145) +* pdflatex: Options. (line 145) +* pdfreloadOptions: Options. (line 131) * pdfviewer: Configuring. (line 6) * pdfviewerOptions: Options. (line 131) * pen: Pens. (line 6) * PenMargin: draw. (line 42) -* PenMargin2: three. (line 576) -* PenMargin3: three. (line 576) +* PenMargin2: three. (line 577) +* PenMargin3: three. (line 577) * PenMargins: draw. (line 42) -* PenMargins2: three. (line 576) -* PenMargins3: three. (line 576) +* PenMargins2: three. (line 577) +* PenMargins3: three. (line 577) * periodic: graph. (line 37) * perl: LaTeX usage. (line 30) * perpendicular: geometry. (line 6) -* perspective: three. (line 375) +* perspective: three. (line 376) * picture: Frames and pictures. (line 35) * picture alignment: Frames and pictures. (line 209) -* piecewisestraight: Paths and guides. (line 81) -* pixel: three. (line 583) +* piecewisestraight: Paths and guides. (line 83) +* pixel: three. (line 584) * Pl: Mathematical functions. (line 48) * plain: plain. (line 6) * planar: three. (line 89) -* plane: three. (line 313) -* planeproject: three. (line 502) -* point <1>: three. (line 519) -* point: Paths and guides. (line 84) +* plane: three. (line 314) +* planeproject: three. (line 503) +* point <1>: three. (line 520) +* point: Paths and guides. (line 86) * polar: Data types. (line 121) * polargraph: graph. (line 90) * polygon: graph. (line 485) * pop: Arrays. (line 39) * Portrait: Frames and pictures. (line 95) -* postcontrol <1>: three. (line 519) -* postcontrol: Paths and guides. (line 135) +* postcontrol <1>: three. (line 520) +* postcontrol: Paths and guides. (line 137) * postfix operators: Self & prefix operators. (line 19) * postscript: Frames and pictures. (line 271) @@ -9410,8 +9438,8 @@ Index (line 6) * prc: three. (line 243) * precision: Files. (line 92) -* precontrol <1>: three. (line 519) -* precontrol: Paths and guides. (line 128) +* precontrol <1>: three. (line 520) +* precontrol: Paths and guides. (line 130) * prefix operators: Self & prefix operators. (line 6) * private: Structures. (line 6) @@ -9439,8 +9467,8 @@ Index * RadialShadeDraw: Frames and pictures. (line 163) * radians: Mathematical functions. (line 17) -* radius <1>: three. (line 519) -* radius: Paths and guides. (line 124) +* radius <1>: three. (line 520) +* radius: Paths and guides. (line 126) * Rainbow: palette. (line 12) * rand: Mathematical functions. (line 39) @@ -9461,12 +9489,12 @@ Index * reference: Description. (line 80) * reflect: Transforms. (line 51) * Relative: label. (line 51) -* relpoint: Paths and guides. (line 165) -* reltime: Paths and guides. (line 161) +* relpoint: Paths and guides. (line 167) +* reltime: Paths and guides. (line 163) * remainder: Mathematical functions. (line 6) * rename: Files. (line 151) -* render <1>: Options. (line 144) +* render <1>: Options. (line 145) * render: three. (line 47) * replace: Data types. (line 254) * resetdefaultpen: Pens. (line 353) @@ -9474,9 +9502,9 @@ Index * restore: Frames and pictures. (line 265) * restricted: Structures. (line 6) * return: Debugger. (line 48) -* reverse <1>: three. (line 519) +* reverse <1>: three. (line 520) * reverse <2>: Arrays. (line 146) -* reverse <3>: Paths and guides. (line 172) +* reverse <3>: Paths and guides. (line 174) * reverse: Data types. (line 250) * rewind: Files. (line 92) * rfind: Data types. (line 231) @@ -9486,8 +9514,8 @@ Index * Right: graph. (line 287) * RightSide: label. (line 61) * RightTicks: graph. (line 161) -* RightView: three. (line 398) -* rotate: three. (line 470) +* RightView: three. (line 399) +* rotate: three. (line 471) * Rotate: label. (line 36) * Rotate(pair z): label. (line 39) * round: Mathematical functions. @@ -9501,16 +9529,16 @@ Index * runtime imports: Import. (line 98) * Russian: unicode. (line 7) * S: Tutorial. (line 106) -* safe: Options. (line 164) +* safe: Options. (line 169) * save: Frames and pictures. (line 262) * saveline: Files. (line 134) -* scale: three. (line 469) +* scale: three. (line 470) * Scale: graph. (line 698) * scale <1>: graph. (line 682) * scale <2>: Transforms. (line 39) * scale: Pens. (line 115) * Scale: label. (line 45) -* scale3: three. (line 466) +* scale3: three. (line 467) * scaled graph: graph. (line 663) * scientific graph: graph. (line 397) * scroll: Files. (line 108) @@ -9533,14 +9561,15 @@ Index * sgn: Mathematical functions. (line 26) * shading: fill. (line 32) -* shift <1>: three. (line 454) +* shift <1>: three. (line 455) * shift: Transforms. (line 27) * Shift: label. (line 33) * shiftless: Transforms. (line 53) * shipout: Frames and pictures. (line 83) -* showtarget: three. (line 350) +* showtarget: three. (line 351) * Si: Mathematical functions. (line 48) +* side: Paths and guides. (line 299) * signedint: Files. (line 75) * SimpleHead: draw. (line 26) * simplex: simplex. (line 6) @@ -9555,18 +9584,18 @@ Index * singlereal: Files. (line 75) * sinh: Mathematical functions. (line 6) -* SixViews: three. (line 413) -* SixViewsFR: three. (line 413) -* SixViewsUS: three. (line 413) -* size <1>: Options. (line 144) -* size <2>: three. (line 519) +* SixViews: three. (line 414) +* SixViewsFR: three. (line 414) +* SixViewsUS: three. (line 414) +* size <1>: Options. (line 145) +* size <2>: three. (line 520) * size <3>: Frames and pictures. (line 43) -* size: Paths and guides. (line 70) -* size3: three. (line 271) +* size: Paths and guides. (line 72) +* size3: three. (line 272) * slant: Transforms. (line 45) * Slant: label. (line 42) * sleep: Data types. (line 351) -* slice: Paths and guides. (line 240) +* slice: Paths and guides. (line 242) * slices: Slices. (line 6) * slide: slide. (line 6) * slope: math. (line 44) @@ -9594,18 +9623,18 @@ Index * step: Debugger. (line 39) * stickframe: markers. (line 16) * stop: Debugger. (line 10) -* straight: three. (line 519) +* straight: three. (line 520) * Straight: graph. (line 31) -* straight: Paths and guides. (line 77) +* straight: Paths and guides. (line 79) * strftime: Data types. (line 298) * string: Data types. (line 181) * stroke: fill. (line 36) -* strokepath: Paths and guides. (line 297) +* strokepath: Paths and guides. (line 308) * strptime: Data types. (line 306) * struct: Structures. (line 6) * structures: Structures. (line 6) -* subpath <1>: three. (line 519) -* subpath: Paths and guides. (line 175) +* subpath <1>: three. (line 520) +* subpath: Paths and guides. (line 177) * subpictures: Frames and pictures. (line 103) * substr: Data types. (line 246) * Subversion: Subversion. (line 6) @@ -9615,9 +9644,9 @@ Index * SuppressQuiet: Pens. (line 335) * surface <1>: graph3. (line 101) * surface: three. (line 47) -* SVG: Options. (line 144) +* SVG: Options. (line 150) * SVN: Subversion. (line 6) -* system <1>: Options. (line 164) +* system <1>: Options. (line 169) * system: Data types. (line 328) * syzygy: syzygy. (line 6) * tab: Files. (line 61) @@ -9628,21 +9657,21 @@ Index (line 6) * tanh: Mathematical functions. (line 6) -* target: three. (line 350) +* target: three. (line 351) * tell: Files. (line 92) * tension <1>: three. (line 6) * tension: Bezier curves. (line 56) -* tensionSpecifier: Paths and guides. (line 388) +* tensionSpecifier: Paths and guides. (line 399) * tensor product shading: fill. (line 78) * tensorshade: fill. (line 78) * tessellation: three. (line 112) -* tex <1>: Options. (line 144) +* tex <1>: Options. (line 145) * tex: Frames and pictures. (line 278) * TeX fonts: Pens. (line 201) * TeX string: Data types. (line 181) * texcommand: Configuring. (line 67) * TeXHead: draw. (line 26) -* TeXHead3: three. (line 560) +* TeXHead3: three. (line 561) * texpath <1>: label. (line 115) * texpath: Configuring. (line 67) * texpreamble: Frames and pictures. (line 286) @@ -9654,9 +9683,9 @@ Index * thin: three. (line 123) * this: Structures. (line 6) * three: three. (line 6) -* ThreeViews: three. (line 413) -* ThreeViewsFR: three. (line 413) -* ThreeViewsUS: three. (line 413) +* ThreeViews: three. (line 414) +* ThreeViewsFR: three. (line 414) +* ThreeViewsUS: three. (line 414) * tick: graph. (line 343) * Ticks: graph. (line 161) * ticks: graph. (line 161) @@ -9665,14 +9694,14 @@ Index * tilings: Pens. (line 238) * time <1>: math. (line 30) * time: Data types. (line 298) -* times: Paths and guides. (line 209) +* times: Paths and guides. (line 211) * Top: graph. (line 137) -* TopView: three. (line 398) +* TopView: three. (line 399) * trace: Debugger. (line 51) * trailingzero: graph. (line 175) -* transform <1>: three. (line 494) +* transform <1>: three. (line 495) * transform: Transforms. (line 6) -* transform3: three. (line 449) +* transform3: three. (line 450) * transparency: Pens. (line 222) * transpose: Arrays. (line 205) * tree: tree. (line 9) @@ -9685,15 +9714,15 @@ Index (line 48) * triple: Data types. (line 110) * TrueMargin: draw. (line 42) -* TrueMargin3: three. (line 576) +* TrueMargin3: three. (line 577) * tube <1>: tube. (line 6) * tube: three. (line 123) * tutorial: Tutorial. (line 6) * type1cm: Pens. (line 178) * typedef <1>: Functions. (line 36) * typedef: Data types. (line 361) -* U3D: embed. (line 24) -* undefined: Paths and guides. (line 271) +* U3D: embed. (line 23) +* undefined: Paths and guides. (line 273) * UnFill: Frames and pictures. (line 152) * unfill: fill. (line 110) * UnFill: draw. (line 26) @@ -9702,9 +9731,9 @@ Index * Uninstall: Uninstall. (line 6) * unique: math. (line 64) * unit: Data types. (line 80) -* unitbox <1>: three. (line 319) +* unitbox <1>: three. (line 320) * unitbox: Tutorial. (line 155) -* unitcircle <1>: three. (line 286) +* unitcircle <1>: three. (line 287) * unitcircle: Tutorial. (line 128) * unitrand: Mathematical functions. (line 39) @@ -9714,7 +9743,7 @@ Index (line 6) * unpacking: Rest arguments. (line 39) * unravel: Import. (line 30) -* up: three. (line 350) +* up: three. (line 351) * update: Files. (line 36) * UpsideDown: Frames and pictures. (line 95) * usepackage: Frames and pictures. (line 291) @@ -9734,29 +9763,29 @@ Index * vertex-dependent colors: three. (line 81) * Vertical: flowchart. (line 81) * viewportheight: LaTeX usage. (line 51) -* viewportmargin: three. (line 274) -* viewportsize: three. (line 274) +* viewportmargin: three. (line 275) +* viewportsize: three. (line 275) * viewportwidth: LaTeX usage. (line 51) * views: three. (line 243) * vim: Editing modes. (line 33) * virtual functions: Structures. (line 181) * void: Data types. (line 10) * W: Tutorial. (line 106) -* whatever: Paths and guides. (line 235) +* whatever: Paths and guides. (line 237) * Wheel: palette. (line 22) * wheel mouse: GUI. (line 6) * while: Programming. (line 29) * white-space string delimiter mode: Arrays. (line 354) * width: LaTeX usage. (line 51) -* windingnumber: Paths and guides. (line 271) +* windingnumber: Paths and guides. (line 273) * word: Arrays. (line 354) * write <1>: Arrays. (line 394) * write: Files. (line 53) -* X: three. (line 286) +* X: three. (line 287) * xasy: GUI. (line 6) * xaxis3: graph3. (line 7) * xdr: Files. (line 75) -* xelatex: Options. (line 144) +* xelatex: Options. (line 145) * xequals: graph. (line 294) * XEquals: graph. (line 280) * xlimits: graph. (line 637) @@ -9764,15 +9793,15 @@ Index (line 80) * xpart: Data types. (line 91) * xscale: Transforms. (line 33) -* xscale3: three. (line 457) +* xscale3: three. (line 458) * xtick: graph. (line 343) -* XY: three. (line 479) +* XY: three. (line 480) * XYEquals: graph3. (line 21) * XYZero: graph3. (line 21) * XZEquals: graph3. (line 21) * XZero: graph. (line 275) * XZZero: graph3. (line 21) -* Y <1>: three. (line 286) +* Y <1>: three. (line 287) * Y: Mathematical functions. (line 6) * yaxis3: graph3. (line 7) @@ -9781,14 +9810,14 @@ Index * ylimits: graph. (line 637) * ypart: Data types. (line 94) * yscale: Transforms. (line 36) -* yscale3: three. (line 460) +* yscale3: three. (line 461) * ytick: graph. (line 343) -* YX: three. (line 494) -* YZ: three. (line 494) +* YX: three. (line 495) +* YZ: three. (line 495) * YZEquals: graph3. (line 21) * YZero: graph. (line 125) * YZZero: graph3. (line 21) -* Z: three. (line 286) +* Z: three. (line 287) * zaxis3: graph3. (line 7) * zero_Ai: Mathematical functions. (line 48) @@ -9804,9 +9833,9 @@ Index * zeta: Mathematical functions. (line 48) * zpart: Data types. (line 163) -* zscale3: three. (line 463) -* ZX: three. (line 494) -* ZY: three. (line 494) +* zscale3: three. (line 464) +* ZX: three. (line 495) +* ZY: three. (line 495) * |: Arithmetic & logical. (line 62) * ||: Arithmetic & logical. @@ -9816,144 +9845,144 @@ Index  Tag Table: Node: Top575 -Node: Description6834 -Node: Installation10450 -Node: UNIX binary distributions11503 -Node: MacOS X binary distributions12609 -Node: Microsoft Windows13493 -Ref: psview14203 -Node: Configuring15137 -Node: Search paths19351 -Node: Compiling from UNIX source20193 -Node: Editing modes23051 -Node: Subversion25483 -Node: Uninstall25946 -Node: Tutorial26296 -Ref: unitcircle30594 -Node: Drawing commands32530 -Node: draw34241 -Ref: arrows35389 -Node: fill40632 -Ref: gradient shading41676 -Node: clip46231 -Node: label46823 -Ref: Label47421 -Node: Bezier curves53224 -Node: Programming56926 -Ref: array iteration57740 -Node: Data types58821 -Ref: format68018 -Node: Paths and guides72271 -Ref: circle72525 -Ref: extension81945 -Node: Pens88628 -Ref: fillrule95996 -Ref: basealign96893 -Ref: transparency99719 -Ref: makepen103162 -Ref: overwrite104000 -Node: Transforms105210 -Node: Frames and pictures107001 -Ref: envelope108142 -Ref: size109225 -Ref: unitsize110212 -Ref: shipout111272 -Ref: filltype113605 -Ref: add116742 -Ref: add about117688 -Ref: tex120626 -Node: Files121500 -Ref: cd122483 -Ref: scroll127157 -Node: Variable initializers130072 -Node: Structures132797 -Node: Operators140241 -Node: Arithmetic & logical140555 -Node: Self & prefix operators142528 -Node: User-defined operators143316 -Node: Implicit scaling144227 -Node: Functions144790 -Ref: stack overflow147543 -Node: Default arguments148107 -Node: Named arguments148846 -Node: Rest arguments151417 -Node: Mathematical functions154538 -Node: Arrays159203 -Ref: sort166192 -Ref: tridiagonal168596 -Ref: solve169824 -Node: Slices174017 -Node: Casts177907 -Node: Import179872 -Node: Static185109 -Node: LaTeX usage188003 -Node: Base modules194415 -Node: plain196915 -Node: simplex197567 -Node: math197840 -Node: interpolate200545 -Node: geometry200824 -Node: trembling201418 -Node: stats201687 -Node: patterns201947 -Node: markers202183 -Node: tree203966 -Node: binarytree204154 -Node: drawtree204774 -Node: syzygy204978 -Node: feynman205252 -Node: roundedpath205527 -Node: animation205810 -Ref: animate206230 -Node: embed207369 -Node: slide208396 -Node: MetaPost208736 -Node: unicode209452 -Node: latin1210340 -Node: babel210708 -Node: labelpath210937 -Node: labelpath3211757 -Node: annotate212068 -Node: CAD212539 -Node: graph212849 -Ref: ticks219978 -Ref: pathmarkers233305 -Ref: marker233770 -Ref: markuniform234121 -Ref: errorbars235912 -Ref: automatic scaling239949 -Node: palette250578 -Ref: images250696 -Ref: image254868 -Ref: logimage255346 -Ref: penimage256407 -Ref: penfunctionimage256628 -Node: three257352 -Ref: PostScript3D282920 -Node: obj284612 -Node: graph3284864 -Ref: GaussianSurface290019 -Node: grid3291123 -Node: solids291863 -Node: tube292811 -Node: flowchart295046 -Node: contour299615 -Node: contour3304705 -Node: slopefield305012 -Node: ode306449 -Node: Options306709 -Ref: configuration file312754 -Ref: settings312754 -Ref: convert313955 -Node: Interactive mode316922 -Ref: history319075 -Node: GUI320380 -Node: GUI installation320883 -Node: GUI usage322013 -Node: PostScript to Asymptote322916 -Node: Help323672 -Node: Debugger325408 -Node: Credits327193 -Node: Index328125 +Node: Description6859 +Node: Installation10475 +Node: UNIX binary distributions11519 +Node: MacOS X binary distributions12625 +Node: Microsoft Windows13509 +Ref: psview14219 +Node: Configuring15153 +Node: Search paths19373 +Node: Compiling from UNIX source20215 +Node: Editing modes23112 +Node: Subversion25544 +Node: Uninstall25992 +Node: Tutorial26342 +Ref: unitcircle30640 +Node: Drawing commands32696 +Node: draw34407 +Ref: arrows35555 +Node: fill40798 +Ref: gradient shading41842 +Node: clip46399 +Node: label46991 +Ref: Label47589 +Node: Bezier curves53392 +Node: Programming57094 +Ref: array iteration57908 +Node: Data types59014 +Ref: format68211 +Node: Paths and guides72464 +Ref: circle72718 +Ref: extension82276 +Node: Pens89331 +Ref: fillrule96699 +Ref: basealign97596 +Ref: transparency100422 +Ref: makepen103865 +Ref: overwrite104703 +Node: Transforms105913 +Node: Frames and pictures107704 +Ref: envelope108845 +Ref: size109928 +Ref: unitsize110915 +Ref: shipout111975 +Ref: filltype114308 +Ref: add117445 +Ref: add about118391 +Ref: tex121329 +Node: Files122203 +Ref: cd123186 +Ref: scroll127860 +Node: Variable initializers130775 +Node: Structures133500 +Node: Operators140902 +Node: Arithmetic & logical141216 +Node: Self & prefix operators143189 +Node: User-defined operators143977 +Node: Implicit scaling144888 +Node: Functions145451 +Ref: stack overflow148204 +Node: Default arguments148768 +Node: Named arguments149507 +Node: Rest arguments152078 +Node: Mathematical functions155199 +Node: Arrays159864 +Ref: sort166853 +Ref: tridiagonal169257 +Ref: solve170485 +Node: Slices174679 +Node: Casts178569 +Node: Import180534 +Node: Static185771 +Node: LaTeX usage188665 +Node: Base modules195077 +Node: plain197577 +Node: simplex198229 +Node: math198502 +Node: interpolate201207 +Node: geometry201486 +Node: trembling202080 +Node: stats202349 +Node: patterns202609 +Node: markers202845 +Node: tree204628 +Node: binarytree204816 +Node: drawtree205436 +Node: syzygy205640 +Node: feynman205914 +Node: roundedpath206189 +Node: animation206472 +Ref: animate206892 +Node: embed208031 +Node: slide208998 +Node: MetaPost209338 +Node: unicode210054 +Node: latin1210942 +Node: babel211310 +Node: labelpath211539 +Node: labelpath3212359 +Node: annotate212670 +Node: CAD213141 +Node: graph213451 +Ref: ticks220580 +Ref: pathmarkers233907 +Ref: marker234372 +Ref: markuniform234723 +Ref: errorbars236514 +Ref: automatic scaling240551 +Node: palette251180 +Ref: images251298 +Ref: image255470 +Ref: logimage255948 +Ref: penimage257009 +Ref: penfunctionimage257230 +Node: three257954 +Ref: PostScript3D283633 +Node: obj285325 +Node: graph3285577 +Ref: GaussianSurface290732 +Node: grid3291836 +Node: solids292576 +Node: tube293524 +Node: flowchart295759 +Node: contour300328 +Node: contour3305418 +Node: slopefield305725 +Node: ode307162 +Node: Options307422 +Ref: configuration file313467 +Ref: settings313467 +Ref: convert314706 +Node: Interactive mode317853 +Ref: history320006 +Node: GUI321311 +Node: GUI installation321814 +Node: GUI usage322944 +Node: PostScript to Asymptote323847 +Node: Help324603 +Node: Debugger326330 +Node: Credits328115 +Node: Index329047  End Tag Table -- cgit v1.2.3