]> git.tdb.fi Git - libs/math.git/blobdiff - source/geometry/halfspace.h
Comment tweaks
[libs/math.git] / source / geometry / halfspace.h
index 4adc0dff45694726f399b7a07a3afff0cedcdb2c..518f91ab7ad46979766f25d2ea96deb984cde345 100644 (file)
@@ -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<typename T, unsigned D>
 class HalfSpace: public Shape<T, D>