wip exaggerating a bend

main
Motiejus Jakštys 2021-05-19 22:57:50 +03:00 committed by Motiejus Jakštys
parent 00f061877b
commit cc477fb908
1 changed files with 13 additions and 4 deletions

View File

@ -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}