The structure that defines a point (floating point)
Defined in SDL_rect.h
typedef struct SDL_FPoint { float x; float y; } SDL_FPoint;
CategoryAPI, CategoryAPIStruct, CategoryRect