File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ class QgsRectangle
39
39
void setMinimal();
40
40
//! Get the x maximum value (right side of rectangle)
41
41
double xMaximum() const;
42
- //! Get the x maximum value (right side of rectangle)
43
- double xMinimum() const;
44
42
//! Get the x minimum value (left side of rectangle)
45
- double yMaximum () const;
43
+ double xMinimum () const;
46
44
//! Get the y maximum value (top side of rectangle)
45
+ double yMaximum() const;
46
+ //! Get the y minimum value (bottom side of rectangle)
47
47
double yMinimum() const;
48
48
//! Normalize the rectangle so it has non-negative width/height
49
49
void normalize();
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ class CORE_EXPORT QgsRectangle
62
62
void setMinimal ();
63
63
// ! Get the x maximum value (right side of rectangle)
64
64
double xMaximum () const ;
65
- // ! Get the x maximum value (right side of rectangle)
66
- double xMinimum () const ;
67
65
// ! Get the x minimum value (left side of rectangle)
68
- double yMaximum () const ;
66
+ double xMinimum () const ;
69
67
// ! Get the y maximum value (top side of rectangle)
68
+ double yMaximum () const ;
69
+ // ! Get the y minimum value (bottom side of rectangle)
70
70
double yMinimum () const ;
71
71
// ! Normalize the rectangle so it has non-negative width/height
72
72
void normalize ();
You can’t perform that action at this time.
0 commit comments