Determine whether two rectangles intersect with float precision.
If either pointer is NULL the function will return false.
an SDL_FRect structure representing the first rectangle.
an SDL_FRect structure representing the second rectangle.
true if there is an intersection, false otherwise.
SDL_GetRectIntersection
See Implementation
Determine whether two rectangles intersect with float precision.
If either pointer is NULL the function will return false.