From f6691e2827a7eb8d2bdd3fbe175ecbfda09357ae Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Tue, 16 Oct 2012 22:41:01 +0200 Subject: [PATCH] commented headers in geometry directory ^^ --- src/geometry/Vector.h | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.2