]> git.localhorst.tv Git - l2e.git/blobdiff - src/geometry/Vector.h
commented headers in geometry directory ^^
[l2e.git] / 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 {