summaryrefslogtreecommitdiffstats
path: root/src/utils/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/point.h')
-rw-r--r--src/utils/point.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/utils/point.h b/src/utils/point.h
index 988b6c5..b077286 100644
--- a/src/utils/point.h
+++ b/src/utils/point.h
@@ -25,7 +25,7 @@
#include <ostream>
/**
- * A point in positive space. Usually represents pixel coordinates on a map.
+ * A point. Usually represents pixel coordinates on a map.
*/
class Point
{
@@ -62,8 +62,7 @@ class Point
};
/**
- * A rectangle in positive space. Usually represents a pixel-based zone on a
- * map.
+ * A rectangle. Usually represents a pixel-based zone on a map.
*/
class Rectangle
{