What does the member variables max and min of Rect struct means? #1163
Answered
by
coderedart
LaBatata101
asked this question in
Q&A
-
Would be a good idea to have an explanation in the docs |
Beta Was this translation helpful? Give feedback.
Answered by
coderedart
Jan 25, 2022
Replies: 1 comment
-
https://docs.rs/epaint/latest/epaint/struct.Rect.html#impl-From%3C%5BPos2%3B%202%5D%3E |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emilk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.rs/epaint/latest/epaint/struct.Rect.html#impl-From%3C%5BPos2%3B%202%5D%3E
I think min is left top and max is right bottom. kinda like window coordinates