[pstricks] Right angle symbol in a 2D Projection
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Mon Feb 9 18:46:05 CET 2009
Juergen Gilg schrieb:
> i am messing around how to make the right angle symbol from _pst-eucl_
> look much better in a 2D projection of a 3D arrangement...
here is a solution with pst-3dplot
\documentclass{article}
\usepackage{pst-3dplot}
\begin{document}
\begin{pspicture}(-3,-3)(3,3)
\psset{Alpha=30}
\pstThreeDCoor
\pstThreeDLine(3,3,0)(0,0,0)(-3,3,0)
\pstThreeDEllipse[arrows=->,arrowscale=1.5,
endAngle=90](0,0,0)(1,1,0)(-1,1,0)
\end{pspicture}
\end{document}
Herbert
More information about the PSTricks
mailing list