summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-solides3d
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-03 23:15:13 +0000
committerKarl Berry <karl@freefriends.org>2017-03-03 23:15:13 +0000
commit459273b097e74fa6a8b49179febc2dc305704586 (patch)
tree364456c34c08cfd0160d7323f2ed6de8d0aed62b /Master/texmf-dist/doc/generic/pst-solides3d
parent0326f4eebc178d105108d65f263a6d220eb76f10 (diff)
pst-solides3d (3mar17)
git-svn-id: svn://tug.org/texlive/trunk@43390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-solides3d')
-rw-r--r--Master/texmf-dist/doc/generic/pst-solides3d/Changes7
-rw-r--r--Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.pdfbin6391191 -> 6867578 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.tex1
-rw-r--r--Master/texmf-dist/doc/generic/pst-solides3d/text/par-surfaces-en.tex80
4 files changed, 83 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-solides3d/Changes b/Master/texmf-dist/doc/generic/pst-solides3d/Changes
index dae458719e2..9388c5fa819 100644
--- a/Master/texmf-dist/doc/generic/pst-solides3d/Changes
+++ b/Master/texmf-dist/doc/generic/pst-solides3d/Changes
@@ -1,4 +1,5 @@
pst-solides3d.tex ---
+4.32 2017-03-03 - added optional argument translate for \psSurface*
4.31 2016-12-08 - added macro psImplicitSurface for F(x,y,z)=0
- added pro file pst-implicitplot.pro
4.30 2015-12-17 - use linewidth in object line (pst-solides3d)
@@ -24,12 +25,8 @@ pst-solides3d.tex ---
4.15 2009-07-03 - allow names for the origin coordidates for \psSolid (hv)
-pst-solides3d.sty ---
-2016-12-10 - added message for pst-implicitplot.pro
-2009-07-25 - current version (hv)
-
-
pst-solides.pro ---
+4.24 2017-03-03 - added Xtrans and Ytrans for solides*
4.23 2014-06-07 - added Rotations Sequence (ML)
4.22 2012-12-18 - translate french color names to english
4.21 2011-07-13 - take value of resolution into account
diff --git a/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.pdf b/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.pdf
index 4d6cf9741d8..b412184cf8c 100644
--- a/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.tex b/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.tex
index 1c540b10743..e1c36674009 100644
--- a/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-solides3d/pst-solides3d-doc.tex
@@ -28,6 +28,7 @@
\pagestyle{scrheadings}
\usepackage{makeidx}
\makeindex
+\usepackage{lscape}
%\usepackage{arev}
%\usepackage{manfnt}
diff --git a/Master/texmf-dist/doc/generic/pst-solides3d/text/par-surfaces-en.tex b/Master/texmf-dist/doc/generic/pst-solides3d/text/par-surfaces-en.tex
index bf4e4923f00..8018632503f 100644
--- a/Master/texmf-dist/doc/generic/pst-solides3d/text/par-surfaces-en.tex
+++ b/Master/texmf-dist/doc/generic/pst-solides3d/text/par-surfaces-en.tex
@@ -3,6 +3,7 @@
The command has the following form:
\begin{verbatim}
\psSurface[options](xmin,ymin)(xmax,ymax){equation of the surface z=f(x,y)}
+\psSurface*[options,r=...,xytranslate](xmin,ymin)(xmax,ymax){equation of the surface z=f(x,y)}
\end{verbatim}
with the same options which apply to solids, and these additional
ones:
@@ -21,6 +22,11 @@ ones:
\item If \texttt{\Lkeyword{ngrid}=n}, with only one parameter value,
the number of grids, or the incrementing steps,
are identical on both axes.
+ \item \Lkeyword{r} defines the length of an origin vector (radius) which controls
+ the calculated points which must be inside the sphere, defined by the vector $\vec{r}$.
+ \item \Lkeyword{xytranslate}\verb|= x y| defines the translation of the vector in the
+ $x-y$-plane.
+
\end{itemize}
\end{minipage}
@@ -130,6 +136,80 @@ The grid lines are suppressed, when using in the option:
\newpage
+\section{Star version of \texttt{\textbackslash pstSurface}}
+
+\begin{lstlisting}
+\psset{viewpoint=50 20 20 rtp2xyz,Decran=100,lightsrc=viewpoint}
+\begin{pspicture}(-5,-4)(6,6)
+\psSolid[object=grille,base=-2 2 -2 2,action=draw]%
+\axesIIID(0,0,0)(2,2,1)
+\psSurface*[
+fillcolor=cyan,r=1,
+ngrid=.25 .25,incolor=yellow,grid,
+algebraic](-1,-1)(1,1){ e^(x*y) }
+\psSolid[object=cylindre,r=1,h=2,action=draw,ngrid=1 18]
+\psPoint(0,0,1){O}
+\psPoint(0,0,3){Z}
+\psline{->}(O)(Z)
+\uput[r](Z){$z$}
+\psPoint(0.5,0.5,0){C}
+\psdot[linecolor=red,dotstyle=x,dotscale=2](C)
+\end{pspicture}
+%
+\begin{pspicture}(-5,-4)(6,10)
+\psSolid[object=grille,base=-2 2 -2 2,action=draw]%
+\axesIIID(0,0,0)(2,2,1)
+\psSurface*[
+fillcolor=cyan,r=1,xytranslate=0.5 0.5,
+ngrid=.25 .25,incolor=yellow,grid,
+algebraic](-1,-1)(1,1){ e^(x*y) }
+\psSolid[object=cylindre,r=1,h=4,action=draw,ngrid=1 18](0.5,0.5,0)
+\psPoint(0,0,1){O}
+\psPoint(0,0,5){Z}
+\psline{->}(O)(Z)
+\uput[r](Z){$z$}
+\psPoint(0.5,0.5,0){C}
+\psdot[linecolor=red,dotstyle=x,dotscale=2](C)
+\end{pspicture}
+\end{lstlisting}
+
+\begin{landscape}
+\psset{viewpoint=50 20 20 rtp2xyz,Decran=100,lightsrc=viewpoint}
+\begin{pspicture}(-5,-4)(6,6)
+\psSolid[object=grille,base=-2 2 -2 2,action=draw]%
+\axesIIID(0,0,0)(2,2,1)
+\psSurface*[
+fillcolor=cyan,r=1,
+ngrid=.25 .25,incolor=yellow,grid,
+algebraic](-1,-1)(1,1){ e^(x*y) }
+\psSolid[object=cylindre,r=1,h=2,action=draw,ngrid=1 18]
+\psPoint(0,0,1){O}
+\psPoint(0,0,3){Z}
+\psline{->}(O)(Z)
+\uput[r](Z){$z$}
+\psPoint(0.5,0.5,0){C}
+\psdot[linecolor=red,dotstyle=x,dotscale=2](C)
+\end{pspicture}
+%
+\begin{pspicture}(-5,-4)(6,10)
+\psSolid[object=grille,base=-2 2 -2 2,action=draw]%
+\axesIIID(0,0,0)(2,2,1)
+\psSurface*[
+fillcolor=cyan,r=1,xytranslate=0.5 0.5,
+ngrid=.25 .25,incolor=yellow,grid,
+algebraic](-1,-1)(1,1){ e^(x*y) }
+\psSolid[object=cylindre,r=1,h=4,action=draw,ngrid=1 18](0.5,0.5,0)
+\psPoint(0,0,1){O}
+\psPoint(0,0,5){Z}
+\psline{->}(O)(Z)
+\uput[r](Z){$z$}
+\psPoint(0.5,0.5,0){C}
+\psdot[linecolor=red,dotstyle=x,dotscale=2](C)
+\end{pspicture}
+\end{landscape}
+
+
+
\section{Example 4: a \Index{sinusoidal wave}}
\begin{LTXexample}[width=7.5cm]
\psset{unit=0.35}