diff options
author | Norbert Preining <preining@logic.at> | 2017-04-06 00:28:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-04-06 00:28:00 +0000 |
commit | a666990707592b9edaf9d900454b6567a1f59b70 (patch) | |
tree | 92d241d4f642bb34527a41128d885c1c58f21473 /Master/texmf-dist/dvips | |
parent | 9bc4910e95137d0b4fc2b6747aa37f1a113bf365 (diff) |
pst-3dplot (6Apr)
git-svn-id: svn://tug.org/texlive/trunk@43703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro b/Master/texmf-dist/dvips/pst-3dplot/pst-3dplot.pro index f9a25a11b7b..fdb8e0d8d28 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 882 2014-02-01 13:12:37Z herbert $ +%% $Id: pst-3dplot.pro 401 2017-04-05 06:57:36Z 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.32 / 2014-02-01 Herbert Voss <hvoss _at_ tug.org> +%% version 0.33 / 2017-04-05 Herbert Voss <hvoss _at_ tug.org> %% with contributions of Darrell Lamm <darrell.lamm _at_ gtri.gatech.edu< %% % @@ -62,6 +62,10 @@ tx@3DPlotDict begin /x2D y x -0.559 mul Alpha cos mul add def /y2D z x -0.559 mul Alpha sin mul add def exit } if + coorType 7 le { % coorType |/_ with a 1/2 shortend x-axis and 135 degrees and z into the front + /x2D y x -0.5 mul Alpha cos mul add def + /y2D z x -0.5 mul Alpha sin mul add def + exit } if } repeat } def /ConvertTo2D { true 3Dto2D } def |