File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ class QgsRectangle
3939 void setMinimal();
4040 //! Get the x maximum value (right side of rectangle)
4141 double xMaximum() const;
42- //! Get the x maximum value (right side of rectangle)
43- double xMinimum() const;
4442 //! Get the x minimum value (left side of rectangle)
45- double yMaximum () const;
43+ double xMinimum () const;
4644 //! Get the y maximum value (top side of rectangle)
45+ double yMaximum() const;
46+ //! Get the y minimum value (bottom side of rectangle)
4747 double yMinimum() const;
4848 //! Normalize the rectangle so it has non-negative width/height
4949 void normalize();
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ class CORE_EXPORT QgsRectangle
6262 void setMinimal ();
6363 // ! Get the x maximum value (right side of rectangle)
6464 double xMaximum () const ;
65- // ! Get the x maximum value (right side of rectangle)
66- double xMinimum () const ;
6765 // ! Get the x minimum value (left side of rectangle)
68- double yMaximum () const ;
66+ double xMinimum () const ;
6967 // ! Get the y maximum value (top side of rectangle)
68+ double yMaximum () const ;
69+ // ! Get the y minimum value (bottom side of rectangle)
7070 double yMinimum () const ;
7171 // ! Normalize the rectangle so it has non-negative width/height
7272 void normalize ();
You can’t perform that action at this time.
0 commit comments