diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-01 23:14:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-01 23:14:20 +0000 |
commit | 60f0faae3b2bbda610961f5bae1a8263c32c5f25 (patch) | |
tree | 4179908cc3ce60af3afe8745b310a59024b1b977 /Master/texmf-dist/dvips/pst-3dplot | |
parent | ba4afd63a042ff0ad82becb55bbdd8e9ddb0fbe9 (diff) |
pst-3dplot (1feb14)
git-svn-id: svn://tug.org/texlive/trunk@32843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pst-3dplot')
-rw-r--r-- | Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro index 9829845db6f..f9a25a11b7b 100644 --- a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro +++ b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro @@ -1,4 +1,4 @@ -%% $Id: pst-3dplot.pro 879 2014-01-30 09:44:31Z herbert $ +%% $Id: pst-3dplot.pro 882 2014-02-01 13:12:37Z herbert $ %% %% This is file `pst-3dplot.pro', %% @@ -16,7 +16,7 @@ %% `pst-3dplot' is a PSTricks package to draw 3d curves and graphical objects %% %% -%% version 0.31 / 2014-01-29 Herbert Voss <hvoss _at_ tug.org> +%% version 0.32 / 2014-02-01 Herbert Voss <hvoss _at_ tug.org> %% with contributions of Darrell Lamm <darrell.lamm _at_ gtri.gatech.edu< %% % @@ -59,8 +59,8 @@ tx@3DPlotDict begin /y2D y z 0.5 mul Alpha sin mul add def exit } if coorType 6 le { % coorType |/_ with a 1/2 shortend x-axis and 135 degrees and z into the front - /x2D y x neg 0.559 mul Alpha cos mul add def - /y2D z x neg 0.559 mul Alpha sin mul add def + /x2D y x -0.559 mul Alpha cos mul add def + /y2D z x -0.559 mul Alpha sin mul add def exit } if } repeat } def |