]> git.localhorst.tv Git - l2e.git/commitdiff
commented headers in geometry directory ^^
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 16 Oct 2012 20:41:01 +0000 (22:41 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 16 Oct 2012 20:41:01 +0000 (22:41 +0200)
src/geometry/Vector.h

index c6a42fbba069e4b98bdac5acfb5bff9ba2242de5..ebff4b3905d14e209d9a877f66982700b925755f 100644 (file)
@@ -14,6 +14,8 @@
 
 namespace geometry {
 
+/// Basic vector class with emphasis on graphical/computational ease of use
+/// rather than mathematical accuracy ;) .
 template<class Scalar>
 class Vector {