X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgeometry%2Fhalfspace.h;h=518f91ab7ad46979766f25d2ea96deb984cde345;hb=e56a892c3f505a1969b207654bcca4bb6158e01b;hp=4adc0dff45694726f399b7a07a3afff0cedcdb2c;hpb=5bcf5a18cda4d712ca177f4ad43fea690f31e6f9;p=libs%2Fmath.git diff --git a/source/geometry/halfspace.h b/source/geometry/halfspace.h index 4adc0df..518f91a 100644 --- a/source/geometry/halfspace.h +++ b/source/geometry/halfspace.h @@ -7,8 +7,8 @@ namespace Msp { namespace Geometry { /** -An infinite shape consisting of the space on one side of a plane. Mostly -useful when composited with other shapes. +An unbounded shape consisting of the space on one side of a plane. Mostly +useful when intersected with other shapes. */ template class HalfSpace: public Shape