Provided by: libsdl3-doc_3.2.20+ds-2_all bug

NAME

       SDL_FRect - A rectangle, with the origin at the upper left (using floating point values).

SYNOPSIS

       #include <SDL3/SDL_rect.h>

       typedef struct SDL_FRect
       {
           float x;
           float y;
           float w;
           float h;
       } SDL_FRect;

AVAILABILITY

       This struct is available since SDL 3.2.0.

SEE ALSO

       SDL_RectEmptyFloat(3), SDL_RectsEqualFloat(3), SDL_RectsEqualEpsilon(3), SDL_HasRectIntersectionFloat(3),
       SDL_GetRectIntersectionFloat(3),     SDL_GetRectAndLineIntersectionFloat(3),    SDL_GetRectUnionFloat(3),
       SDL_GetRectEnclosingPointsFloat(3), SDL_PointInRectFloat(3)

Simple Directmedia Layer                           SDL 3.2.20                                   SDL_FRect(3type)