logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Availability

       This struct is available since SDL 3.2.0.

Header File

       Defined in SDL3/SDL_rect.h

Name

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

See Also

(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)

Simple Directmedia Layer                           SDL 3.2.10                                   SDL_FRect(3type)

Synopsis

#include"SDL3/SDL.h"typedefstructSDL_FRect{floatx;floaty;floatw;floath;}SDL_FRect;

See Also