summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-30 23:48:26 +0000
committerKarl Berry <karl@freefriends.org>2012-01-30 23:48:26 +0000
commit20173bd471c6f23ea72c2ef58d61d7d9af5cf85d (patch)
treef34fa19a9b641307aa3198ea4fafa85c68b7bb37 /Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp
parent83013cd537ab5598f12184ee643a6200006c7f14 (diff)
featpost (30jan12)
git-svn-id: svn://tug.org/texlive/trunk@25242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp')
-rw-r--r--Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp b/Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp
index 3c1c809eabd..06b7b76ca0c 100644
--- a/Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp
+++ b/Master/texmf-dist/metapost/featpost/featpost3Dplus2D.mp
@@ -23,7 +23,7 @@
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
- message "Preloading FeatPost macros, version 0.8.2";
+ message "Preloading FeatPost macros, version 0.8.3";
warningcheck := 0;
background := 0.987white;
@@ -4034,9 +4034,11 @@
( Beam*sind( 0.5*(aang-bang) ) < 0 ):
a := bpoi+Beam*dir(90+aang);
- b := a-Beam*dir(aang);
+ b := a+0.5*Beam*dir(aang); %%% DANGER %%%%%0.5%%%%%%%
+ %draw b withpen pencircle scaled 3pt withcolor green;
anew := bpoi+Beam*dir(90+bang);
- c := anew+Beam*dir(bang);
+ c := anew-0.5*Beam*dir(bang); %%% DANGER %%0.5%%%%%%%
+ %draw c withpen pencircle scaled 3pt withcolor blue;
pairvector[3*cou] = a;
pairvector[3*cou+1] = b;
pairvector[3*cou+2] = c;
@@ -4307,4 +4309,4 @@ enddef;
endgroup
enddef;
-% EOF \ No newline at end of file
+% EOF