wip exaggerating a bend

This commit is contained in:
Motiejus Jakštys 2021-05-09 15:35:00 +03:00
parent 2cf85850b5
commit 1d233d38af

View File

@ -1118,17 +1118,26 @@ implementation. A single exaggeration increment is done as follows:
\end{enumerate} \end{enumerate}
Figure X illustrates the details of the exaggeration. Figure~\ref{fig:exaggerating-a-single-bend} illustrates the details of the
Figure~\ref{fig:isolated-1-exaggerated} illustrates an exaggerated bend exaggeration. Figure~\ref{fig:isolated-1-exaggerated} illustrates an
following the rules. exaggerated bend with the algorithm.
\begin{figure}[ht] \begin{figure}[ht]
\centering \centering
\includegraphics[width=.5\textwidth]{isolated-1-exaggerated} \includegraphics[width=.5\textwidth]{isolated-1-exaggerated}
\caption{Example exaggerated figure.} \caption{Example exaggerated isolated bend.}
\label{fig:isolated-1-exaggerated} \label{fig:isolated-1-exaggerated}
\end{figure} \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} \section{Program Implementation}