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