Hi,
I have a basic math question. Today I was just like :"Hey, it's a basic AABB collision detection I have to code..." only after some minutes I remembered that my rectangles are rotating...
I have two rectangle.
I know the X and Y coordinates of the center of these two rectangle in the world.
I know the rotation (in rad) of the two rectangle.
I want to know when they are intersecting. I don't need to know where, I just want to know if yes or no :-)
Any idea? I have looked on google but maybe I'm searching the wrong keywords. An external link as a reply would be cool too ;-)
Thank you