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_FPoint - The structure that defines a point (using floating point values).

Availability

       This struct is available since SDL 3.2.0.

Name

       SDL_FPoint - The structure that defines a point (using floating point values).

See Also

SDL_GetRectEnclosingPointsFloat(3), SDL_PointInRectFloat(3)

Simple Directmedia Layer                           SDL 3.2.20                                  SDL_FPoint(3type)

Synopsis

#include<SDL3/SDL_rect.h>typedefstructSDL_FPoint{floatx;floaty;}SDL_FPoint;

See Also