![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <tr_local.h>
Public Member Functions | |
| void | Clear () |
| void | AddPoint (float x, float y) |
| void | Expand () |
| void | Intersect (const idScreenRect &rect) |
| void | Union (const idScreenRect &rect) |
| bool | Equals (const idScreenRect &rect) const |
| bool | IsEmpty () const |
Public Attributes | |
| short | x1 |
| short | y1 |
| short | x2 |
| short | y2 |
| float | zmin |
| float | zmax |
Definition at line 53 of file tr_local.h.
Definition at line 58 of file tr_main.cpp.
Definition at line 47 of file tr_main.cpp.
| bool idScreenRect::Equals | ( | const idScreenRect & | rect | ) | const |
Definition at line 133 of file tr_main.cpp.
Definition at line 81 of file tr_main.cpp.
| void idScreenRect::Intersect | ( | const idScreenRect & | rect | ) |
Definition at line 93 of file tr_main.cpp.
Definition at line 142 of file tr_main.cpp.
| void idScreenRect::Union | ( | const idScreenRect & | rect | ) |
Definition at line 113 of file tr_main.cpp.
| short idScreenRect::x1 |
Definition at line 55 of file tr_local.h.
| short idScreenRect::x2 |
Definition at line 55 of file tr_local.h.
| short idScreenRect::y1 |
Definition at line 55 of file tr_local.h.
| short idScreenRect::y2 |
Definition at line 55 of file tr_local.h.
| float idScreenRect::zmax |
Definition at line 56 of file tr_local.h.
| float idScreenRect::zmin |
Definition at line 56 of file tr_local.h.
1.8.6.