SDL 3.0
|
#include <SDL_rect.h>
Data Fields | |
float | x |
float | y |
float | w |
float | h |
A rectangle, with the origin at the upper left (using floating point values).
Definition at line 106 of file SDL_rect.h.
float SDL_FRect::h |
Definition at line 111 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), SDL_RectEmptyFloat(), SDL_RectsEqualEpsilon(), and SDL_RectToFRect().
float SDL_FRect::w |
Definition at line 110 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), SDL_RectEmptyFloat(), SDL_RectsEqualEpsilon(), and SDL_RectToFRect().
float SDL_FRect::x |
Definition at line 108 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), SDL_RectsEqualEpsilon(), and SDL_RectToFRect().
float SDL_FRect::y |
Definition at line 109 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), SDL_RectsEqualEpsilon(), and SDL_RectToFRect().