From a5b69f31a163c3e5fbded641e21bffae2dd088d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:50 +0300 Subject: [PATCH] wip single-bend exaggeration --- mj-msc.tex | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/mj-msc.tex b/mj-msc.tex index 06b06ab..e14cd54 100644 --- a/mj-msc.tex +++ b/mj-msc.tex @@ -1134,22 +1134,11 @@ exaggerated bend with the algorithm. \begin{tikzpicture}[scale=.5] \draw (-8,0) -- (0,0) -- (2,3) -- (8,0) -- (16,0); \end{tikzpicture} - \caption{Exaggerating a single bend} + \caption{Exaggerating a single bend (WIP)} \label{fig:exaggerating-a-single-bend} \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} NOTE: this can only be filled after the algorithm implementation is complete.