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 (floating point).
Definition at line 96 of file SDL_rect.h.
float SDL_FRect::h |
Definition at line 101 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), SDL_RectEmptyFloat(), and SDL_RectsEqualEpsilon().
float SDL_FRect::w |
Definition at line 100 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), SDL_RectEmptyFloat(), and SDL_RectsEqualEpsilon().
float SDL_FRect::x |
Definition at line 98 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), and SDL_RectsEqualEpsilon().
float SDL_FRect::y |
Definition at line 99 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat(), and SDL_RectsEqualEpsilon().