Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110611621
par-projectionligne-en.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 27, 03:49
Size
1 KB
Mime Type
text/x-tex
Expires
Tue, Apr 29, 03:49 (2 d)
Engine
blob
Format
Raw Data
Handle
25833652
Attached To
R232 fabrepos2
par-projectionligne-en.tex
View Options
\section{Lines}
\subsection{Direct definition}
The object \Lkeyword{line} defines a \Index{line} (or a series of line
segments). We use the option \Lkeyword{args} to specify the points:
\texttt{[object=line,args=$A_0$ $A_1$ \ldots $A_n$]}
We can also define a line that has been transformed using a
translation, a rotation, a homothety, etc., as though it were a
polygon.
\begin{LTXexample}[width=7.5cm]
\begin{pspicture}(-3,-3)(4,3.5)%
\psframe*[linecolor=blue!50](-3,-3)(4,3.5)
\psset{lightsrc=50 20 20,viewpoint=50 30 15,Decran=60}
\psset{solidmemory}
\psSolid[object=grille,
base=-3 0 -3 3,
linewidth=0.5\pslinewidth,linecolor=gray,]
%% definition du plan de projection
\psSolid[object=plan,
definition=equation,
args={[1 0 0 0] 90},
base=-3.2 3.2 -2.2 2.2,
name=monplan,
planmarks]
\psset{plan=monplan}
\psSolid[object=plan,
args=monplan,
linecolor=gray!40,
plangrid,
action=none]
\psProjection[object=line,
args=-1 0 -3 1 1 2,
name=P]
\psProjection[object=line,
definition=rotatepol,
linecolor=blue,
args=P -1 0 -45]
%% du code jps dans la definition
\psProjection[object=line,
definition={2 -2 addv} papply,
linestyle=dashed,
args=P]
\composeSolid
\axesIIID(4,2,2)(5,4,3)
\end{pspicture}
\end{LTXexample}
\endinput
Event Timeline
Log In to Comment