wip single-bend exaggeration
This commit is contained in:
parent
58edad321b
commit
141ab80304
@ -1134,22 +1134,11 @@ exaggerated bend with the algorithm.
|
|||||||
\begin{tikzpicture}[scale=.5]
|
\begin{tikzpicture}[scale=.5]
|
||||||
\draw (-8,0) -- (0,0) -- (2,3) -- (8,0) -- (16,0);
|
\draw (-8,0) -- (0,0) -- (2,3) -- (8,0) -- (16,0);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\caption{Exaggerating a single bend}
|
\caption{Exaggerating a single bend (WIP)}
|
||||||
\label{fig:exaggerating-a-single-bend}
|
\label{fig:exaggerating-a-single-bend}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
\section{Program Implementation}
|
|
||||||
|
|
||||||
NOTE: this should provide a higher-level overview of the written code:
|
|
||||||
|
|
||||||
\begin{itemize}
|
|
||||||
\item State machine (which functions call when).
|
|
||||||
\item Algorithmic complexity.
|
|
||||||
\item Expected runtime given the number of bends/vertices, some performance
|
|
||||||
experiments.
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\section{Results of Experiments}
|
\section{Results of Experiments}
|
||||||
|
|
||||||
NOTE: this can only be filled after the algorithm implementation is complete.
|
NOTE: this can only be filled after the algorithm implementation is complete.
|
||||||
|
Loading…
Reference in New Issue
Block a user