diff options
| author | kittobi1992 <kittobi1992@users.noreply.github.com> | 2014-11-22 16:58:03 +0100 |
|---|---|---|
| committer | kittobi1992 <kittobi1992@users.noreply.github.com> | 2014-11-22 16:58:03 +0100 |
| commit | b378c61ee0b60c9176b309b82d5d6fc47ed740b0 (patch) | |
| tree | a06d87297d01b8898a510f2fb74063790fff0d57 | |
| parent | 21d8d8f405048b1d9e4597f0f6fabc45ffdff20f (diff) | |
update tex mit convex hull
| -rw-r--r-- | geometry/geometry.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/geometry/geometry.tex b/geometry/geometry.tex index b48a51e..de7b2f6 100644 --- a/geometry/geometry.tex +++ b/geometry/geometry.tex @@ -6,5 +6,8 @@ \subsection{Geraden} \lstinputlisting{geometry/lines.cpp} +\subsection{Konvexe Hülle} +\lstinputlisting{geometry/convexHull.cpp} + \subsection{Formeln - \lstinline{std::complex}} -\lstinputlisting{geometry/formulars.cpp}
\ No newline at end of file +\lstinputlisting{geometry/formulars.cpp} |
