#include <selection.h>
Data Fields | |
int | x |
int | y |
int | width |
int | height |
float | min [2] |
float | max [2] |
Definition at line 503 of file r_draw.c.
int rect_t::height |
Definition at line 507 of file r_draw.c.
Referenced by R_PushClipRect(), and R_RectIntersection().
float rect_t::max[2] |
Definition at line 31 of file selection.h.
float rect_t::min[2] |
Definition at line 30 of file selection.h.
int rect_t::width |
Definition at line 506 of file r_draw.c.
Referenced by R_PushClipRect(), and R_RectIntersection().
int rect_t::x |
Definition at line 504 of file r_draw.c.
Referenced by R_PushClipRect(), and R_RectIntersection().
int rect_t::y |
Definition at line 505 of file r_draw.c.
Referenced by R_PushClipRect(), and R_RectIntersection().