SDL_FPoint.3type - Man Page

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

Synopsis

#include <SDL3/SDL_rect.h>

typedef struct SDL_FPoint
{
    float x;
    float y;
} SDL_FPoint;

Availability

This struct is available since SDL 3.2.0.

See Also

SDL_GetRectEnclosingPointsFloat(3), SDL_PointInRectFloat(3)

Info

SDL 3.4.0 Simple Directmedia Layer SDL3 DATATYPES