git-svn-id: http://svn.osgeo.org/qgis/trunk@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-03-14 21:36:02 +00:00
parent 0ee8c4bb96
commit 7054a22d4b
2 changed files with 6 additions and 6 deletions

View File

@ -39,11 +39,11 @@ class QgsRectangle
void setMinimal();
//! Get the x maximum value (right side of rectangle)
double xMaximum() const;
//! Get the x maximum value (right side of rectangle)
double xMinimum() const;
//! Get the x minimum value (left side of rectangle)
double yMaximum() const;
double xMinimum() const;
//! Get the y maximum value (top side of rectangle)
double yMaximum() const;
//! Get the y minimum value (bottom side of rectangle)
double yMinimum() const;
//! Normalize the rectangle so it has non-negative width/height
void normalize();

View File

@ -62,11 +62,11 @@ class CORE_EXPORT QgsRectangle
void setMinimal();
//! Get the x maximum value (right side of rectangle)
double xMaximum() const;
//! Get the x maximum value (right side of rectangle)
double xMinimum() const;
//! Get the x minimum value (left side of rectangle)
double yMaximum() const;
double xMinimum() const;
//! Get the y maximum value (top side of rectangle)
double yMaximum() const;
//! Get the y minimum value (bottom side of rectangle)
double yMinimum() const;
//! Normalize the rectangle so it has non-negative width/height
void normalize();