You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation for the function ´geo::Rect::new´ it sais:
Constructor to creates a new rectangle from coordinates, where min denotes to the
coordinates of the bottom-right corner, and max denotes to the coordinates of the top-left corner
Shouldn't it be that max denotes the top-right and min the bottom-left corner?
Otherwise the validity check wouldn't make much sense:
In the documentation for the function ´geo::Rect::new´ it sais:
Shouldn't it be that
max
denotes the top-right andmin
the bottom-left corner?Otherwise the validity check wouldn't make much sense:
So
min
must be down-left frommax
(or equal).The text was updated successfully, but these errors were encountered: