X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Frectangle.h;h=cbf625c913a04be0cc894d3f7d9732dbfa0bdcb5;hp=dbebf8ab73d164f20367f37d2da476f39807e6db;hb=adb812a194961d542dcb0abd61258cbc8723ecd9;hpb=9260eee3126731c1e6b54ce3407be757d0d71716 diff --git a/source/geometry/rectangle.h b/source/geometry/rectangle.h index dbebf8a..cbf625c 100644 --- a/source/geometry/rectangle.h +++ b/source/geometry/rectangle.h @@ -6,6 +6,11 @@ namespace Msp { namespace Geometry { +/** +The two-dimensional special case of a HyperBox. This class exists for +convenience only and does not provide any extra functionality over the base +class. +*/ template class Rectangle: public HyperBox {