X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Fhyperbox.h;h=7d363f246a8a48e25cbb07762e351f7f4dc58936;hp=6248d6b0920e906f5bad1ee1ce1b9ba6fbb97fc4;hb=adb812a194961d542dcb0abd61258cbc8723ecd9;hpb=9260eee3126731c1e6b54ce3407be757d0d71716 diff --git a/source/geometry/hyperbox.h b/source/geometry/hyperbox.h index 6248d6b..7d363f2 100644 --- a/source/geometry/hyperbox.h +++ b/source/geometry/hyperbox.h @@ -11,6 +11,10 @@ namespace Msp { namespace Geometry { +/** +A shape bounded by planar faces at right angles to each other. Two- and three- +dimensional cases are Rectangle and Box, respectively. +*/ template class HyperBox: public Shape {