-
Is there a simple way to judge whether two rectangles intersect or contain? such like |
Beta Was this translation helpful? Give feedback.
Answered by
oloshe
May 4, 2022
Replies: 1 comment 1 reply
-
It seems that I found it finally, use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oloshe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that I found it finally, use
aabb.containsAabb2()
can solve it.