X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Ftransformedshape.h;h=01253680f6340a9ed277f76664b906313f8314e2;hp=ea7281f746067c8d0c4dcb757edd1120ee0c903b;hb=adb812a194961d542dcb0abd61258cbc8723ecd9;hpb=9260eee3126731c1e6b54ce3407be757d0d71716 diff --git a/source/geometry/transformedshape.h b/source/geometry/transformedshape.h index ea7281f..0125368 100644 --- a/source/geometry/transformedshape.h +++ b/source/geometry/transformedshape.h @@ -8,6 +8,9 @@ namespace Msp { namespace Geometry { +/** +A shape modified by an affine transformation. +*/ template class TransformedShape: public Shape {