From: Daniel Karbach Date: Tue, 16 Oct 2012 20:41:01 +0000 (+0200) Subject: commented headers in geometry directory ^^ X-Git-Url: http://git.localhorst.tv/?a=commitdiff_plain;ds=inline;h=f6691e2827a7eb8d2bdd3fbe175ecbfda09357ae;p=l2e.git commented headers in geometry directory ^^ --- diff --git a/src/geometry/Vector.h b/src/geometry/Vector.h index c6a42fb..ebff4b3 100644 --- a/src/geometry/Vector.h +++ b/src/geometry/Vector.h @@ -14,6 +14,8 @@ namespace geometry { +/// Basic vector class with emphasis on graphical/computational ease of use +/// rather than mathematical accuracy ;) . template class Vector {