[][src]Function fermium::rect::SDL_HasIntersection

pub unsafe extern "C" fn SDL_HasIntersection(
    A: *const SDL_Rect,
    B: *const SDL_Rect
) -> SDL_bool

Determine whether two rectangles intersect.

Return: SDL_TRUE if there is an intersection, SDL_FALSE otherwise.