X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Fhypersphere.h;h=ed2b49ff161141e4364a5bd81773ed0c9cc16632;hp=f95ebe4182094667533e2cec0914210cb7b79337;hb=adb812a194961d542dcb0abd61258cbc8723ecd9;hpb=9260eee3126731c1e6b54ce3407be757d0d71716 diff --git a/source/geometry/hypersphere.h b/source/geometry/hypersphere.h index f95ebe4..ed2b49f 100644 --- a/source/geometry/hypersphere.h +++ b/source/geometry/hypersphere.h @@ -10,6 +10,10 @@ namespace Msp { namespace Geometry { +/** +A shape consisting of the points within a specific distance from the origin. +Two- and three-dimensional cases are Circle and Sphere, respectively. +*/ template class HyperSphere: public Shape {