[pstricks] Re: Right-handed coordinates in pst-3dplot
Herbert Voss
LaTeX at zedat.fu-berlin.de
Wed Jan 11 07:00:56 CET 2006
Joel Salomon wrote:
> On 1/10/06, Herbert Voss <LaTeX at zedat.fu-berlin.de> wrote:
>
>>>On the other hand, how would I get a *left*-handed system if I wanted it?
>>
>>can you give an url for an image where I can see a left-handed system?
sorry, this is the right example for right/left
Herbert
\documentclass{minimal}
\usepackage{pstricks}
\usepackage{pst-3dplot}
\begin{document}
\psset{Alpha=30,Beta=15,RotZ=90}
\begin{pspicture}(-4,-4)(4,4)%\psgrid[subgriddiv=1]
\pstThreeDCoor[drawing=true,xMin=0,xMax=4,spotX=-90,
yMin=0,yMax=3,zMin=0,zMax=4]
\pstThreeDDot[drawCoor](1,2,1)
\end{pspicture}
\psset{Alpha=30,Beta=15,RotZ=0}
\begin{pspicture}(-4,-4)(4,4)%\psgrid[subgriddiv=1]
\pstThreeDCoor[drawing=true,xMin=0,xMax=-4,spotX=-90,
yMin=0,yMax=3,zMin=0,zMax=4]
\pstThreeDDot[drawCoor](-1,2,1)
\end{pspicture}
\end{document}
More information about the PSTricks
mailing list