summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lapdf/vector.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/lapdf/vector.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/lapdf/vector.tex')
-rw-r--r--macros/latex/contrib/lapdf/vector.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/macros/latex/contrib/lapdf/vector.tex b/macros/latex/contrib/lapdf/vector.tex
new file mode 100644
index 0000000000..f07e8fe62b
--- /dev/null
+++ b/macros/latex/contrib/lapdf/vector.tex
@@ -0,0 +1,46 @@
+\input preamble.tex
+
+\Defnum(\n,10)
+\Defdim(\m,0)
+\Defdim(\r,7)
+\newdimen\a
+\newdimen\x
+\newdimen\y
+
+% ---------------------------------------------------------------------------
+\begin{document}
+\unitlength1.25cm
+
+\begin{center}
+{\Huge\bf{Vect}}
+\bigskip
+
+\begin{lapdf}(14,14)(-7,-7)
+ \Whiledim{\m<360}{%
+ \Rad(\Np\m,\a)
+ \Cos(\Np\a,\x) \Mul(\x,7)
+ \Sin(\Np\a,\y) \Mul(\y,7)
+ \Nextcol(0,23)
+ \Vect(0,0)(\Np\x,\Np\y)
+ \Dadd(\m,7.5)}
+\end{lapdf}
+\end{center}
+
+\newpage
+
+\begin{center}
+{\Huge\bf{Vecto}}
+\bigskip
+
+\begin{lapdf}(14,14)(-7,-7)
+ \Moveto(\Np\r,0)
+ \Whilenum{\n<1445}{%
+ \Rad(\n,\a)
+ \Cos(\Np\a,\x) \Dmul(\x,\r)
+ \Sin(\Np\a,\y) \Dmul(\y,\r)
+ \Nextcol(0,23)
+ \Vecto(\Np\x,\Np\y)
+ \Add(\n,10) \Dsub(\r,0.05)}
+\end{lapdf}
+\end{center}
+\end{document}