#include <screen_rect.h>
Public Member Functions | |
| Rect () | |
| Rect (float x0, float y0, float x1, float y1) | |
Public Attributes | |
| float | x0 | 
| float | x1 | 
| float | y0 | 
| float | y1 | 
Definition at line 46 of file screen_rect.h.
| rve_render_client::Rect::Rect | ( | ) |  [inline] | 
        
Definition at line 48 of file screen_rect.h.
| rve_render_client::Rect::Rect | ( | float | x0, | 
| float | y0, | ||
| float | x1, | ||
| float | y1 | ||
| ) |  [inline] | 
        
Definition at line 49 of file screen_rect.h.
Definition at line 56 of file screen_rect.h.
Definition at line 58 of file screen_rect.h.
Definition at line 57 of file screen_rect.h.
Definition at line 59 of file screen_rect.h.