X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgeometry%2FVector.h;h=ebff4b3905d14e209d9a877f66982700b925755f;hb=5ff22859ee5966297862d3384206fa2cf52da7ca;hp=c6a42fbba069e4b98bdac5acfb5bff9ba2242de5;hpb=be3b4e75c82b6e9d2b5c4300138d490ec1a4932a;p=l2e.git 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 {