diff options
Diffstat (limited to 'graphics/asymptote/doc')
-rw-r--r-- | graphics/asymptote/doc/CAD.pdf | bin | 198829 -> 198829 bytes | |||
-rw-r--r-- | graphics/asymptote/doc/FAQ/asy-faq.info | 2 | ||||
-rw-r--r-- | graphics/asymptote/doc/TeXShopAndAsymptote.pdf | bin | 81043 -> 81091 bytes | |||
-rw-r--r-- | graphics/asymptote/doc/asy-latex.pdf | bin | 207102 -> 207102 bytes | |||
-rw-r--r-- | graphics/asymptote/doc/asy.1 | 6 | ||||
-rw-r--r-- | graphics/asymptote/doc/asyRefCard.pdf | bin | 121145 -> 121145 bytes | |||
-rw-r--r-- | graphics/asymptote/doc/asymptote.pdf | bin | 1313429 -> 1313638 bytes | |||
-rw-r--r-- | graphics/asymptote/doc/asymptote.texi | 8 | ||||
-rw-r--r-- | graphics/asymptote/doc/png/asymptote.info | 344 |
9 files changed, 185 insertions, 175 deletions
diff --git a/graphics/asymptote/doc/CAD.pdf b/graphics/asymptote/doc/CAD.pdf Binary files differindex b79020dd5b..3464fdf5ea 100644 --- a/graphics/asymptote/doc/CAD.pdf +++ b/graphics/asymptote/doc/CAD.pdf diff --git a/graphics/asymptote/doc/FAQ/asy-faq.info b/graphics/asymptote/doc/FAQ/asy-faq.info index 47018f683a..0ecf42e134 100644 --- a/graphics/asymptote/doc/FAQ/asy-faq.info +++ b/graphics/asymptote/doc/FAQ/asy-faq.info @@ -10,7 +10,7 @@ END-INFO-DIR-ENTRY File: asy-faq.info, Node: Top, Next: Question 1.1, Up: (dir) ASYMPTOTE FREQUENTLY ASKED QUESTIONS - 2022-01-01 + 2022-01-06 This is the list of Frequently Asked Questions about Asymptote (asy). diff --git a/graphics/asymptote/doc/TeXShopAndAsymptote.pdf b/graphics/asymptote/doc/TeXShopAndAsymptote.pdf Binary files differindex f6ffa2599b..9ab1bc96f2 100644 --- a/graphics/asymptote/doc/TeXShopAndAsymptote.pdf +++ b/graphics/asymptote/doc/TeXShopAndAsymptote.pdf diff --git a/graphics/asymptote/doc/asy-latex.pdf b/graphics/asymptote/doc/asy-latex.pdf Binary files differindex 1806d3333d..a39a29ade6 100644 --- a/graphics/asymptote/doc/asy-latex.pdf +++ b/graphics/asymptote/doc/asy-latex.pdf diff --git a/graphics/asymptote/doc/asy.1 b/graphics/asymptote/doc/asy.1 index 71166fa234..360c7ae070 100644 --- a/graphics/asymptote/doc/asy.1 +++ b/graphics/asymptote/doc/asy.1 @@ -188,7 +188,7 @@ Loop 3D animations [false]. Use single precision for V3D reals [false]. .TP .B \-lsp -Special interactive mode for lsp-rpc [false]. +Interactive mode for the Language Server Protocol [false]. .TP .B \-m,\-mask Mask fpu exceptions; command-line only. @@ -332,10 +332,10 @@ Use webgl2 if available [false]. Show where listed variables are declared [false]. .TP .B \-wsl -Set to WSL mode when running asy inside WSL. [false]. +Run asy under the Windows Subsystem for Linux. [false]. .TP .B \-xasy -Special interactive mode for xasy [false]. +Interactive mode for xasy [false]. .TP .B \-zoomPinchCap limit WebGL maximum zoom pinch [100]. diff --git a/graphics/asymptote/doc/asyRefCard.pdf b/graphics/asymptote/doc/asyRefCard.pdf Binary files differindex 19366aaa29..64b9c58620 100644 --- a/graphics/asymptote/doc/asyRefCard.pdf +++ b/graphics/asymptote/doc/asyRefCard.pdf diff --git a/graphics/asymptote/doc/asymptote.pdf b/graphics/asymptote/doc/asymptote.pdf Binary files differindex 8afc6292ae..071be1cbb6 100644 --- a/graphics/asymptote/doc/asymptote.pdf +++ b/graphics/asymptote/doc/asymptote.pdf diff --git a/graphics/asymptote/doc/asymptote.texi b/graphics/asymptote/doc/asymptote.texi index 085cc77b0c..267d552e53 100644 --- a/graphics/asymptote/doc/asymptote.texi +++ b/graphics/asymptote/doc/asymptote.texi @@ -8264,7 +8264,13 @@ external viewer or conversion to an alternate 3D format with the Python @code{pyv3d} library are available at @url{https://gitlab.com/vectorgraphics/v3d}. A @code{V3D} file @code{file.v3d} may be imported and viewed by -Asymptote with the @code{v3d} module: +@code{Asymptote} either by specifying @code{file.v3d} on the command line +@verbatim +asy -V file.v3d +@end verbatim +or using the @code{v3d} module and @code{importv3d} function in +interactive mode (or within an @code{Asymptote} file): +@cindex @code{importv3d} @verbatim import v3d; importv3d("file.v3d"); diff --git a/graphics/asymptote/doc/png/asymptote.info b/graphics/asymptote/doc/png/asymptote.info index 5c363d9e89..a17dcd8576 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 6.7 from asymptote.texi. -This file documents 'Asymptote', version 2.74. +This file documents 'Asymptote', version 2.75. <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.74. +This file documents 'Asymptote', version 2.75. <https://asymptote.sourceforge.io> @@ -7127,8 +7127,11 @@ There are six choices for viewing 3D 'Asymptote' output: external viewer or conversion to an alternate 3D format with the Python 'pyv3d' library. The 'V3D' specification and the 'pyv3d' library are available at <https://gitlab.com/vectorgraphics/v3d>. - A 'V3D' file 'file.v3d' may be imported and viewed by Asymptote - with the 'v3d' module: + A 'V3D' file 'file.v3d' may be imported and viewed by 'Asymptote' + either by specifying 'file.v3d' on the command line + asy -V file.v3d + or using the 'v3d' module and 'importv3d' function in interactive + mode (or within an 'Asymptote' file): import v3d; importv3d("file.v3d"); @@ -8310,7 +8313,7 @@ Options (negate by replacing - with -no): -localhistory Use a local interactive history file [false] -loop Loop 3D animations [false] -lossy Use single precision for V3D reals [false] --lsp Special interactive mode for lsp-rpc [false] +-lsp Interactive mode for the Language Server Protocol [false] -m,-mask Mask fpu exceptions; command-line only -maxtile pair Maximum rendering tile size [(1024,768)] -maxviewport pair Maximum viewport size [(0,0)] @@ -8358,8 +8361,8 @@ Options (negate by replacing - with -no): -warn string Enable warning; command-line only -webgl2 Use webgl2 if available [false] -where Show where listed variables are declared [false] --wsl Set to WSL mode when running asy inside WSL. [false] --xasy Special interactive mode for xasy [false] +-wsl Run asy under the Windows Subsystem for Linux. [false] +-xasy Interactive mode for xasy [false] -zoomPinchCap limit WebGL maximum zoom pinch [100] -zoomPinchFactor n WebGL zoom pinch sensitivity [10] -zoomfactor factor Zoom step factor [1.05] @@ -8931,7 +8934,7 @@ Index * 2D graphs: graph. (line 6) * 3D graphs: graph3. (line 6) * 3D grids: grid3. (line 6) -* 3D PostScript: three. (line 652) +* 3D PostScript: three. (line 655) * :: Arithmetic & logical. (line 61) * ::: Bezier curves. (line 70) @@ -8971,7 +8974,7 @@ Index * absolute <1>: three. (line 241) * accel: Paths and guides. (line 126) * accel <1>: Paths and guides. (line 132) -* accel <2>: three. (line 553) +* accel <2>: three. (line 556) * access: Import. (line 6) * access <1>: Import. (line 45) * acknowledgments: Credits. (line 6) @@ -8985,8 +8988,8 @@ Index (line 217) * add <1>: Frames and pictures. (line 231) -* add <2>: three. (line 329) -* addViews: three. (line 446) +* add <2>: three. (line 332) +* addViews: three. (line 449) * adjust: Pens. (line 123) * Ai: Mathematical functions. (line 48) @@ -9016,16 +9019,16 @@ Index * append <1>: Arrays. (line 39) * arc: Paths and guides. (line 24) * Arc: Paths and guides. (line 37) -* arc <1>: three. (line 340) +* arc <1>: three. (line 343) * ArcArrow: draw. (line 26) -* ArcArrow3: three. (line 619) +* ArcArrow3: three. (line 622) * ArcArrows: draw. (line 26) -* ArcArrows3: three. (line 619) +* ArcArrows3: three. (line 622) * arclength: Paths and guides. (line 153) -* arclength <1>: three. (line 553) +* arclength <1>: three. (line 556) * arcpoint: Paths and guides. (line 163) * arctime: Paths and guides. (line 157) -* arctime <1>: three. (line 553) +* arctime <1>: three. (line 556) * arguments: Default arguments. (line 6) * arithmetic operators: Arithmetic & logical. (line 6) @@ -9039,10 +9042,10 @@ Index * arrow keys: Drawing in interactive mode. (line 11) * arrow keys <1>: GUI usage. (line 6) -* Arrow3: three. (line 619) +* Arrow3: three. (line 622) * arrows: draw. (line 26) * Arrows: draw. (line 26) -* Arrows3: three. (line 619) +* Arrows3: three. (line 622) * as: Import. (line 67) * ascii: Data types. (line 309) * ascii <1>: Data types. (line 309) @@ -9079,7 +9082,7 @@ Index (line 276) * attach <1>: LaTeX usage. (line 50) * attach <2>: graph. (line 406) -* autoadjust: three. (line 415) +* autoadjust: three. (line 418) * autoimport: Options. (line 133) * automatic scaling: graph. (line 710) * automatic scaling <1>: graph. (line 710) @@ -9094,11 +9097,11 @@ Index * background <1>: three. (line 97) * background color: Frames and pictures. (line 180) -* BackView: three. (line 439) +* BackView: three. (line 442) * Bar: draw. (line 19) -* Bar3: three. (line 619) +* Bar3: three. (line 622) * Bars: draw. (line 19) -* Bars3: three. (line 619) +* Bars3: three. (line 622) * barsize: draw. (line 19) * base modules: Base modules. (line 6) * basealign: Pens. (line 181) @@ -9107,18 +9110,18 @@ Index (line 6) * beep: Data types. (line 382) * BeginArcArrow: draw. (line 26) -* BeginArcArrow3: three. (line 619) +* BeginArcArrow3: three. (line 622) * BeginArrow: draw. (line 26) -* BeginArrow3: three. (line 619) +* BeginArrow3: three. (line 622) * BeginBar: draw. (line 19) -* BeginBar3: three. (line 619) +* BeginBar3: three. (line 622) * BeginDotMargin: draw. (line 42) -* BeginDotMargin3: three. (line 635) +* BeginDotMargin3: three. (line 638) * BeginMargin: draw. (line 42) -* BeginMargin3: three. (line 635) +* BeginMargin3: three. (line 638) * BeginPenMargin: draw. (line 42) -* BeginPenMargin2: three. (line 635) -* BeginPenMargin3: three. (line 635) +* BeginPenMargin2: three. (line 638) +* BeginPenMargin3: three. (line 638) * BeginPoint: label. (line 55) * Bessel: Mathematical functions. (line 48) @@ -9130,7 +9133,7 @@ Index * bezulate: three. (line 146) * Bi: Mathematical functions. (line 48) -* Billboard: three. (line 523) +* Billboard: three. (line 526) * binary: Files. (line 80) * binary format: Files. (line 80) * binary operators: Arithmetic & logical. @@ -9157,7 +9160,7 @@ Index (line 6) * Bottom: graph. (line 132) * BottomTop: graph. (line 138) -* BottomView: three. (line 439) +* BottomView: three. (line 442) * bounding box: Frames and pictures. (line 180) * bounds: palette. (line 43) @@ -9166,8 +9169,8 @@ Index (line 25) * box <1>: Frames and pictures. (line 130) -* box <2>: three. (line 362) -* box <3>: three. (line 364) +* box <2>: three. (line 365) +* box <3>: three. (line 367) * bp: Drawing in batch mode. (line 23) * brace: Paths and guides. (line 51) @@ -9185,7 +9188,7 @@ Index * CAD: CAD. (line 6) * calculateTransform: Frames and pictures. (line 118) -* camera: three. (line 409) +* camera: three. (line 412) * casts: Casts. (line 6) * cbrt: Mathematical functions. (line 6) @@ -9193,7 +9196,7 @@ Index * ceil: Mathematical functions. (line 26) * Center: label. (line 60) -* center: three. (line 392) +* center: three. (line 395) * checker: Pens. (line 285) * Chinese: Pens. (line 244) * choose: Mathematical functions. @@ -9202,7 +9205,7 @@ Index (line 48) * circle: Paths and guides. (line 10) * Circle: Paths and guides. (line 18) -* circle <1>: three. (line 336) +* circle <1>: three. (line 339) * circle <2>: flowchart. (line 61) * circlebarframe: markers. (line 18) * CJK: Pens. (line 244) @@ -9284,7 +9287,7 @@ Index * curlSpecifier: Paths and guides. (line 408) * currentlight: three. (line 76) * currentpen: Pens. (line 6) -* currentprojection: three. (line 436) +* currentprojection: three. (line 439) * curve: slopefield. (line 20) * custom axis types: graph. (line 141) * custom mark routine: graph. (line 577) @@ -9296,7 +9299,7 @@ Index * cyclic: Paths and guides. (line 85) * cyclic <1>: Paths and guides. (line 376) * cyclic <2>: Arrays. (line 39) -* cyclic <3>: three. (line 553) +* cyclic <3>: three. (line 556) * Cyrillic: Pens. (line 237) * dashdotted: Pens. (line 102) * dashed: Pens. (line 102) @@ -9310,7 +9313,7 @@ Index * default arguments: Default arguments. (line 6) * defaultformat: graph. (line 175) * DefaultHead: draw. (line 26) -* DefaultHead3: three. (line 619) +* DefaultHead3: three. (line 622) * defaultpen: Pens. (line 49) * defaultpen <1>: Pens. (line 122) * defaultpen <2>: Pens. (line 127) @@ -9338,7 +9341,7 @@ Index * dir <1>: Data types. (line 90) * dir <2>: Data types. (line 181) * dir <3>: Paths and guides. (line 109) -* dir <4>: three. (line 553) +* dir <4>: three. (line 556) * direction specifier: Bezier curves. (line 6) * directory: Files. (line 26) * dirSpecifier: Paths and guides. (line 390) @@ -9353,11 +9356,11 @@ Index * dot <3>: Arrays. (line 271) * dot <4>: Arrays. (line 274) * DotMargin: draw. (line 42) -* DotMargin3: three. (line 635) +* DotMargin3: three. (line 638) * DotMargins: draw. (line 42) -* DotMargins3: three. (line 635) +* DotMargins3: three. (line 638) * dotted: Pens. (line 102) -* double deferred drawing: three. (line 314) +* double deferred drawing: three. (line 317) * double precision: Files. (line 80) * draw: Drawing commands. (line 34) * draw <1>: draw. (line 6) @@ -9388,24 +9391,24 @@ Index * else: Programming. (line 26) * emacs: Editing modes. (line 6) * embed: embed. (line 6) -* Embedded: three. (line 523) +* Embedded: three. (line 526) * emissivepen: three. (line 66) * empty: Frames and pictures. (line 7) * EndArcArrow: draw. (line 26) -* EndArcArrow3: three. (line 619) +* EndArcArrow3: three. (line 622) * EndArrow: draw. (line 26) -* EndArrow3: three. (line 619) +* EndArrow3: three. (line 622) * EndBar: draw. (line 19) -* EndBar3: three. (line 619) +* EndBar3: three. (line 622) * EndDotMargin: draw. (line 42) -* EndDotMargin3: three. (line 635) +* EndDotMargin3: three. (line 638) * endl: Files. (line 65) * EndMargin: draw. (line 42) -* EndMargin3: three. (line 635) +* EndMargin3: three. (line 638) * EndPenMargin: draw. (line 42) -* EndPenMargin2: three. (line 635) -* EndPenMargin3: three. (line 635) +* EndPenMargin2: three. (line 638) +* EndPenMargin3: three. (line 638) * EndPoint: label. (line 55) * envelope: Frames and pictures. (line 25) @@ -9452,12 +9455,12 @@ Index * extension: Paths and guides. (line 246) * extension <1>: MetaPost. (line 10) * external: embed. (line 11) -* extrude: three. (line 547) +* extrude: three. (line 550) * F: Mathematical functions. (line 48) * fabs: Mathematical functions. (line 6) -* face: three. (line 659) +* face: three. (line 662) * factorial: Mathematical functions. (line 39) * Fedora: UNIX binary distributions. @@ -9488,7 +9491,7 @@ Index * firstcut: Paths and guides. (line 262) * fit: Frames and pictures. (line 113) -* fit3: three. (line 327) +* fit3: three. (line 330) * fixedscaling: Frames and pictures. (line 81) * floor: Mathematical functions. @@ -9512,7 +9515,7 @@ Index (line 7) * freshnel0: three. (line 66) * from: Import. (line 16) -* FrontView: three. (line 439) +* FrontView: three. (line 442) * function declarations: Functions. (line 79) * Function shading: fill. (line 100) * function shading: fill. (line 100) @@ -9575,14 +9578,14 @@ Index * hex <1>: Pens. (line 64) * hexadecimal: Data types. (line 306) * hexadecimal <1>: Pens. (line 62) -* hidden surface removal: three. (line 659) +* hidden surface removal: three. (line 662) * histogram: Mathematical functions. (line 39) * history: Files. (line 147) * history <1>: Interactive mode. (line 54) * historylines: Interactive mode. (line 57) * HookHead: draw. (line 26) -* HookHead3: three. (line 619) +* HookHead3: three. (line 622) * Horizontal: flowchart. (line 77) * HTML5: three. (line 233) * htmlviewer: Configuring. (line 20) @@ -9599,7 +9602,7 @@ Index * identity <1>: Mathematical functions. (line 6) * identity <2>: Arrays. (line 313) -* identity4: three. (line 491) +* identity4: three. (line 494) * if: Programming. (line 26) * IgnoreAspect: Frames and pictures. (line 63) @@ -9615,6 +9618,7 @@ Index * implicit scaling: Implicit scaling. (line 6) * implicitsurface: smoothcontour3. (line 16) * import: Import. (line 45) +* importv3d: three. (line 308) * inches: Figure size. (line 18) * incircle: Data types. (line 120) * include: Import. (line 134) @@ -9637,7 +9641,7 @@ Index * inside: Paths and guides. (line 294) * inside <1>: Paths and guides. (line 299) * inside <2>: Paths and guides. (line 305) -* insphere: three. (line 582) +* insphere: three. (line 585) * inst: Debugger. (line 35) * installation: Installation. (line 6) * int: Data types. (line 30) @@ -9656,23 +9660,23 @@ Index * interpolate: interpolate. (line 6) * intersect: Paths and guides. (line 195) * intersect <1>: math. (line 13) -* intersect <2>: three. (line 553) +* intersect <2>: three. (line 556) * intersectionpoint: Paths and guides. (line 238) * intersectionpoint <1>: math. (line 17) -* intersectionpoint <2>: three. (line 553) +* intersectionpoint <2>: three. (line 556) * intersectionpoints: Paths and guides. (line 242) -* intersectionpoints <1>: three. (line 553) -* intersectionpoints <2>: three. (line 566) +* intersectionpoints <1>: three. (line 556) +* intersectionpoints <2>: three. (line 569) * intersections: Paths and guides. (line 206) * intersections <1>: Paths and guides. (line 213) -* intersections <2>: three. (line 553) -* intersections <3>: three. (line 559) +* intersections <2>: three. (line 556) +* intersections <3>: three. (line 562) * InTicks: graph3. (line 35) * intMax: Data types. (line 30) * intMin: Data types. (line 30) * inverse: Transforms. (line 16) * inverse <1>: Arrays. (line 319) -* invert: three. (line 481) +* invert: three. (line 484) * invisible: Pens. (line 43) * isnan: Data types. (line 35) * i_scaled: Mathematical functions. @@ -9704,7 +9708,7 @@ Index * label <1>: label. (line 6) * Label <1>: label. (line 14) * Label <2>: graph. (line 330) -* label <2>: three. (line 517) +* label <2>: three. (line 520) * labelpath: labelpath. (line 6) * labelpath3: labelpath3. (line 6) * labelx: graph. (line 330) @@ -9730,7 +9734,7 @@ Index * LeftSide: label. (line 60) * LeftTicks: graph. (line 160) * LeftTicks <1>: graph. (line 233) -* LeftView: three. (line 439) +* LeftView: three. (line 442) * legend: Drawing commands. (line 34) * legend <1>: draw. (line 65) * legend <2>: graph. (line 424) @@ -9742,7 +9746,7 @@ Index * length <3>: Paths and guides. (line 76) * length <4>: Paths and guides. (line 373) * length <5>: Arrays. (line 39) -* length <6>: three. (line 553) +* length <6>: three. (line 556) * letter: Configuring. (line 68) * lexorder: math. (line 63) * lexorder <1>: math. (line 66) @@ -9794,11 +9798,11 @@ Index * map <2>: map. (line 6) * Margin: draw. (line 42) * Margin <1>: draw. (line 42) -* Margin3: three. (line 635) -* Margin3 <1>: three. (line 635) +* Margin3: three. (line 638) +* Margin3 <1>: three. (line 638) * Margins: draw. (line 42) -* margins: three. (line 320) -* Margins3: three. (line 635) +* margins: three. (line 323) +* Margins3: three. (line 638) * mark: graph. (line 480) * markangle: markers. (line 35) * marker: graph. (line 480) @@ -9815,7 +9819,7 @@ Index (line 7) * max <2>: Arrays. (line 230) * max <3>: Arrays. (line 240) -* max <4>: three. (line 553) +* max <4>: three. (line 556) * maxbound: Data types. (line 134) * maxbound <1>: Data types. (line 205) * maxtile: three. (line 261) @@ -9830,9 +9834,9 @@ Index * MetaPost whatever: MetaPost. (line 10) * Microsoft Windows: Microsoft Windows. (line 6) * MidArcArrow: draw. (line 26) -* MidArcArrow3: three. (line 619) +* MidArcArrow3: three. (line 622) * MidArrow: draw. (line 26) -* MidArrow3: three. (line 619) +* MidArrow3: three. (line 622) * MidPoint: label. (line 55) * midpoint: Paths and guides. (line 180) * min: Paths and guides. (line 275) @@ -9840,7 +9844,7 @@ Index (line 7) * min <2>: Arrays. (line 225) * min <3>: Arrays. (line 235) -* min <4>: three. (line 553) +* min <4>: three. (line 556) * minbound: Data types. (line 131) * minbound <1>: Data types. (line 202) * minipage: label. (line 116) @@ -9884,11 +9888,11 @@ Index * noglobalread <1>: Files. (line 40) * nolight: three. (line 76) * NoMargin: draw. (line 42) -* NoMargin3: three. (line 635) +* NoMargin3: three. (line 638) * None: draw. (line 19) * None <1>: draw. (line 26) * none: Files. (line 65) -* normal: three. (line 539) +* normal: three. (line 542) * nosafe: Options. (line 191) * NOT: Arithmetic & logical. (line 68) @@ -9901,13 +9905,13 @@ Index (line 140) * nullpen <2>: Frames and pictures. (line 149) -* NURBS: three. (line 419) -* O: three. (line 332) +* NURBS: three. (line 422) +* O: three. (line 335) * obj: obj. (line 6) -* oblique: three. (line 375) -* obliqueX: three. (line 382) -* obliqueY: three. (line 388) -* obliqueZ: three. (line 375) +* oblique: three. (line 378) +* obliqueX: three. (line 385) +* obliqueY: three. (line 391) +* obliqueZ: three. (line 378) * ode: ode. (line 6) * offset: Pens. (line 123) * offset <1>: Options. (line 196) @@ -9934,10 +9938,10 @@ Index * OR: Arithmetic & logical. (line 68) * orient: Data types. (line 108) -* orient <1>: three. (line 570) +* orient <1>: three. (line 573) * orientation: Frames and pictures. (line 104) -* orthographic: three. (line 392) +* orthographic: three. (line 395) * outformat: three. (line 184) * outprefix: Frames and pictures. (line 91) @@ -9982,31 +9986,31 @@ Index * pdfviewerOptions: Options. (line 152) * pen: Pens. (line 6) * PenMargin: draw. (line 42) -* PenMargin2: three. (line 635) -* PenMargin3: three. (line 635) +* PenMargin2: three. (line 638) +* PenMargin3: three. (line 638) * PenMargins: draw. (line 42) -* PenMargins2: three. (line 635) -* PenMargins3: three. (line 635) +* PenMargins2: three. (line 638) +* PenMargins3: three. (line 638) * periodic: graph. (line 36) * perl: LaTeX usage. (line 30) * perpendicular: geometry. (line 6) -* perspective: three. (line 419) +* perspective: three. (line 422) * physically based rendering: three. (line 74) * picture: Frames and pictures. (line 39) * picture alignment: Frames and pictures. (line 231) * piecewisestraight: Paths and guides. (line 92) -* pixel: three. (line 642) +* pixel: three. (line 645) * Pl: Mathematical functions. (line 48) * plain: plain. (line 6) * planar: three. (line 128) -* plane: three. (line 358) -* planeproject: three. (line 536) +* plane: three. (line 361) +* planeproject: three. (line 539) * point: Paths and guides. (line 95) * point <1>: Paths and guides. (line 379) -* point <2>: three. (line 553) +* point <2>: three. (line 556) * polar: Data types. (line 149) * polargraph: graph. (line 88) * polygon: graph. (line 480) @@ -10016,7 +10020,7 @@ Index * position: three. (line 76) * position <1>: three. (line 184) * postcontrol: Paths and guides. (line 146) -* postcontrol <1>: three. (line 553) +* postcontrol <1>: three. (line 556) * postfix operators: Self & prefix operators. (line 19) * postscript: Frames and pictures. @@ -10028,7 +10032,7 @@ Index * prc: three. (line 279) * precision: Files. (line 97) * precontrol: Paths and guides. (line 139) -* precontrol <1>: three. (line 553) +* precontrol <1>: three. (line 556) * prefix operators: Self & prefix operators. (line 6) * private: Structures. (line 6) @@ -10060,7 +10064,7 @@ Index * radians: Mathematical functions. (line 17) * radius: Paths and guides. (line 135) -* radius <1>: three. (line 553) +* radius <1>: three. (line 556) * Rainbow: palette. (line 12) * rand: Mathematical functions. (line 39) @@ -10101,7 +10105,7 @@ Index * reverse <1>: Paths and guides. (line 183) * reverse <2>: Paths and guides. (line 382) * reverse <3>: Arrays. (line 145) -* reverse <4>: three. (line 553) +* reverse <4>: three. (line 556) * rewind: Files. (line 97) * rfind: Data types. (line 247) * rgb: Pens. (line 30) @@ -10113,9 +10117,9 @@ Index * RightSide: label. (line 60) * RightTicks: graph. (line 160) * RightTicks <1>: graph. (line 233) -* RightView: three. (line 439) +* RightView: three. (line 442) * Rotate: label. (line 36) -* rotate: three. (line 507) +* rotate: three. (line 510) * Rotate(pair z): label. (line 39) * round: Mathematical functions. (line 26) @@ -10138,8 +10142,8 @@ Index * scale <2>: Transforms. (line 36) * scale <3>: graph. (line 710) * Scale <1>: graph. (line 727) -* scale <4>: three. (line 506) -* scale3: three. (line 504) +* scale <4>: three. (line 509) +* scale3: three. (line 507) * scaled graph: graph. (line 690) * scientific graph: graph. (line 387) * scroll: Files. (line 113) @@ -10168,12 +10172,12 @@ Index * shift: Transforms. (line 26) * shift <1>: Transforms. (line 28) * shift <2>: Transforms. (line 46) -* shift <3>: three. (line 496) +* shift <3>: three. (line 499) * shiftless: Transforms. (line 46) * shininess: three. (line 66) * shipout: Frames and pictures. (line 91) -* showtarget: three. (line 392) +* showtarget: three. (line 395) * Si: Mathematical functions. (line 48) * signedint: Files. (line 80) @@ -10193,9 +10197,9 @@ Index * singlereal <1>: Files. (line 93) * sinh: Mathematical functions. (line 6) -* SixViews: three. (line 454) -* SixViewsFR: three. (line 454) -* SixViewsUS: three. (line 454) +* SixViews: three. (line 457) +* SixViewsFR: three. (line 457) +* SixViewsUS: three. (line 457) * size: Figure size. (line 6) * size <1>: Paths and guides. (line 81) * size <2>: Paths and guides. (line 370) @@ -10203,9 +10207,9 @@ Index (line 48) * size <4>: Frames and pictures. (line 74) -* size <5>: three. (line 553) +* size <5>: three. (line 556) * size <6>: Options. (line 166) -* size3: three. (line 317) +* size3: three. (line 320) * Slant: label. (line 42) * slant: Transforms. (line 38) * sleep: Data types. (line 376) @@ -10249,7 +10253,7 @@ Index * stop: Debugger. (line 10) * straight: Paths and guides. (line 88) * Straight: graph. (line 30) -* straight <1>: three. (line 553) +* straight <1>: three. (line 556) * strftime: Data types. (line 321) * strftime <1>: Data types. (line 346) * string: Data types. (line 208) @@ -10261,7 +10265,7 @@ Index * struct: Structures. (line 6) * structures: Structures. (line 6) * subpath: Paths and guides. (line 186) -* subpath <1>: three. (line 553) +* subpath <1>: three. (line 556) * subpictures: Frames and pictures. (line 113) * substr: Data types. (line 262) @@ -10287,7 +10291,7 @@ Index (line 20) * tanh: Mathematical functions. (line 6) -* target: three. (line 392) +* target: three. (line 395) * tell: Files. (line 97) * tension: Bezier curves. (line 56) * tension <1>: three. (line 6) @@ -10302,7 +10306,7 @@ Index * TeX string: Data types. (line 208) * texcommand: Configuring. (line 74) * TeXHead: draw. (line 26) -* TeXHead3: three. (line 619) +* TeXHead3: three. (line 622) * texpath: Configuring. (line 74) * texpath <1>: label. (line 113) * texpreamble: Frames and pictures. @@ -10316,9 +10320,9 @@ Index * thin: three. (line 166) * this: Structures. (line 6) * three: three. (line 6) -* ThreeViews: three. (line 454) -* ThreeViewsFR: three. (line 454) -* ThreeViewsUS: three. (line 454) +* ThreeViews: three. (line 457) +* ThreeViewsFR: three. (line 457) +* ThreeViewsUS: three. (line 457) * tick: graph. (line 330) * ticks: graph. (line 160) * Ticks: graph. (line 160) @@ -10333,12 +10337,12 @@ Index * times: Paths and guides. (line 220) * times <1>: Paths and guides. (line 224) * Top: graph. (line 135) -* TopView: three. (line 439) +* TopView: three. (line 442) * trace: Debugger. (line 50) * trailingzero: graph. (line 175) * transform: Transforms. (line 6) -* transform <1>: three. (line 528) -* transform3: three. (line 491) +* transform <1>: three. (line 531) +* transform3: three. (line 494) * transparency: Pens. (line 254) * transparent: three. (line 97) * transpose: Arrays. (line 212) @@ -10353,7 +10357,7 @@ Index (line 48) * triple: Data types. (line 137) * TrueMargin: draw. (line 42) -* TrueMargin3: three. (line 635) +* TrueMargin3: three. (line 638) * tube: three. (line 166) * tube <1>: tube. (line 6) * tutorial: Tutorial. (line 6) @@ -10374,10 +10378,10 @@ Index * unit: Data types. (line 83) * unit <1>: Data types. (line 174) * unitbox: Paths. (line 44) -* unitbox <1>: three. (line 364) +* unitbox <1>: three. (line 367) * unitcircle: Paths. (line 17) * unitcircle <1>: Paths. (line 17) -* unitcircle <2>: three. (line 332) +* unitcircle <2>: three. (line 335) * unitrand: Mathematical functions. (line 39) * unitsize: Figure size. (line 39) @@ -10387,7 +10391,7 @@ Index (line 6) * unpacking: Rest arguments. (line 39) * unravel: Import. (line 29) -* up: three. (line 392) +* up: three. (line 395) * update: Files. (line 38) * UpsideDown: Frames and pictures. (line 104) @@ -10417,8 +10421,8 @@ Index * Vertical: flowchart. (line 77) * Viewport: three. (line 76) * viewportheight: LaTeX usage. (line 50) -* viewportmargin: three. (line 320) -* viewportsize: three. (line 320) +* viewportmargin: three. (line 323) +* viewportsize: three. (line 323) * viewportwidth: LaTeX usage. (line 50) * views: three. (line 279) * vim: Editing modes. (line 32) @@ -10437,7 +10441,7 @@ Index * word: Arrays. (line 366) * write: Files. (line 57) * write <1>: Arrays. (line 405) -* X: three. (line 332) +* X: three. (line 335) * xasy: GUI. (line 6) * xaxis3: graph3. (line 7) * xdr: Files. (line 80) @@ -10450,10 +10454,10 @@ Index * xpart: Data types. (line 94) * xpart <1>: Data types. (line 185) * xscale: Transforms. (line 30) -* xscale3: three. (line 498) +* xscale3: three. (line 501) * xtick: graph. (line 330) -* XY: three. (line 513) -* XY <1>: three. (line 528) +* XY: three. (line 516) +* XY <1>: three. (line 531) * XYEquals: graph3. (line 21) * XYZero: graph3. (line 21) * XZEquals: graph3. (line 21) @@ -10463,7 +10467,7 @@ Index (line 6) * Y <1>: Mathematical functions. (line 48) -* Y <2>: three. (line 332) +* Y <2>: three. (line 335) * yaxis3: graph3. (line 7) * YEquals: graph. (line 128) * yequals: graph. (line 278) @@ -10471,14 +10475,14 @@ Index * ypart: Data types. (line 97) * ypart <1>: Data types. (line 188) * yscale: Transforms. (line 32) -* yscale3: three. (line 500) +* yscale3: three. (line 503) * ytick: graph. (line 330) -* YX: three. (line 528) -* YZ: three. (line 528) +* YX: three. (line 531) +* YZ: three. (line 531) * YZEquals: graph3. (line 21) * YZero: graph. (line 123) * YZZero: graph3. (line 21) -* Z: three. (line 332) +* Z: three. (line 335) * zaxis3: graph3. (line 7) * zeroTransform: Transforms. (line 44) * zerowinding: Pens. (line 164) @@ -10495,10 +10499,10 @@ Index * zeta: Mathematical functions. (line 48) * zpart: Data types. (line 191) -* zscale3: three. (line 502) -* ZX: three. (line 528) -* ZX <1>: three. (line 528) -* ZY: three. (line 528) +* zscale3: three. (line 505) +* ZX: three. (line 531) +* ZX <1>: three. (line 531) +* ZY: three. (line 531) @@ -10620,36 +10624,36 @@ Ref: logimage267645 Ref: penimage268751 Ref: penfunctionimage269014 Node: three269786 -Ref: PostScript3D299921 -Node: obj301659 -Node: graph3301908 -Ref: GaussianSurface307190 -Node: grid3308340 -Node: solids309125 -Node: tube310117 -Node: flowchart312347 -Node: contour316990 -Node: contour3323498 -Node: smoothcontour3323810 -Node: slopefield325529 -Node: ode327018 -Node: Options327275 -Ref: configuration file334763 -Ref: settings334763 -Ref: texengines336027 -Ref: convert336027 -Node: Interactive mode339470 -Ref: history341619 -Node: GUI342922 -Node: GUI installation343472 -Node: GUI usage344205 -Node: Command-Line Interface345268 -Node: Language server protocol346710 -Node: PostScript to Asymptote348135 -Node: Help348913 -Node: Debugger350587 -Node: Credits352343 -Node: Index353520 +Ref: PostScript3D300087 +Node: obj301825 +Node: graph3302074 +Ref: GaussianSurface307356 +Node: grid3308506 +Node: solids309291 +Node: tube310283 +Node: flowchart312513 +Node: contour317156 +Node: contour3323664 +Node: smoothcontour3323976 +Node: slopefield325695 +Node: ode327184 +Node: Options327441 +Ref: configuration file334936 +Ref: settings334936 +Ref: texengines336200 +Ref: convert336200 +Node: Interactive mode339643 +Ref: history341792 +Node: GUI343095 +Node: GUI installation343645 +Node: GUI usage344378 +Node: Command-Line Interface345441 +Node: Language server protocol346883 +Node: PostScript to Asymptote348308 +Node: Help349086 +Node: Debugger350760 +Node: Credits352516 +Node: Index353693 End Tag Table |