DOKK / manpages / debian 13 / libsdl3-doc / SDL_FRect.3type.en
SDL_FRect(3type) SDL3 DATATYPES SDL_FRect(3type)

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

Defined in SDL3/SDL_rect.h

#include "SDL3/SDL.h"
typedef struct SDL_FRect
{
    float x;
    float y;
    float w;
    float h;
} SDL_FRect;

This struct is available since SDL 3.2.0.

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

SDL 3.2.10 Simple Directmedia Layer