Determine whether two rectangles intersect with float precision.
Defined in SDL_rect.h
A | an SDL_FRect structure representing the first rectangle |
B | an SDL_FRect structure representing the second rectangle |
Returns SDL_TRUE if there is an intersection, SDL_FALSE otherwise.
If either pointer is NULL the function will return SDL_FALSE.
This function is available since SDL 2.0.22.