commit 1d233d38afa42eb140bd7beb8981363d40b498da (tree)
parent 2cf85850b58a521c4828fbfc842de9f705b3cdce
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Sun, 9 May 2021 15:35:00 +0300
wip exaggerating a bend
Diffstat:
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/IV/mj-msc.tex b/IV/mj-msc.tex
@@ -1118,17 +1118,26 @@ implementation. A single exaggeration increment is done as follows:
\end{enumerate}
-Figure X illustrates the details of the exaggeration.
-Figure~\ref{fig:isolated-1-exaggerated} illustrates an exaggerated bend
-following the rules.
+Figure~\ref{fig:exaggerating-a-single-bend} illustrates the details of the
+exaggeration. Figure~\ref{fig:isolated-1-exaggerated} illustrates an
+exaggerated bend with the algorithm.
\begin{figure}[ht]
\centering
\includegraphics[width=.5\textwidth]{isolated-1-exaggerated}
- \caption{Example exaggerated figure.}
+ \caption{Example exaggerated isolated bend.}
\label{fig:isolated-1-exaggerated}
\end{figure}
+\begin{figure}[!ht]
+ \centering
+ \begin{tikzpicture}[scale=.5]
+ \draw (-8,0) -- (0,0) -- (2,3) -- (8,0) -- (16,0);
+ \end{tikzpicture}
+ \caption{Exaggerating a single bend}
+ \label{fig:exaggerating-a-single-bend}
+\end{figure}
+
\section{Program Implementation}