diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/example/spatialhalfsfear.mp')
-rw-r--r-- | Master/texmf-dist/doc/metapost/featpost/example/spatialhalfsfear.mp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/example/spatialhalfsfear.mp b/Master/texmf-dist/doc/metapost/featpost/example/spatialhalfsfear.mp new file mode 100644 index 00000000000..00890f62bed --- /dev/null +++ b/Master/texmf-dist/doc/metapost/featpost/example/spatialhalfsfear.mp @@ -0,0 +1,17 @@ +% spatialhalfsfear.mp +% L. Nobre G. +% 2004 + +input featpost3Dplus2D; + +f := (3,-0.2,3); +beginfig(1); + spatialhalfsfear( black, blue, 1 ); + drawoptions( withpen pencircle scaled 3pt withcolor (blue+green) ); + spatialhalfsfear( black, blue+green, 0.8 ); + drawoptions( withpen pencircle scaled 3pt withcolor red ); + spatialhalfsfear( black, red, 0.6 ); + drawoptions( withpen pencircle scaled 3pt withcolor green ); + spatialhalfsfear( black, green, 0.7 ); +endfig; +end. |