mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix #3611
git-svn-id: http://svn.osgeo.org/qgis/trunk@15483 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0ee8c4bb96
commit
7054a22d4b
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user