doom3-gpl
Doom 3 GPL source release
|
#include <Rectangle.h>
Public Member Functions | |
idRegion () | |
void | Empty () |
bool | Contains (float xt, float yt) |
void | AddRect (float x, float y, float w, float h) |
int | GetRectCount () |
idRectangle * | GetRect (int index) |
Protected Attributes | |
idList< idRectangle > | rects |
Definition at line 183 of file Rectangle.h.
|
inline |
Definition at line 185 of file Rectangle.h.
Definition at line 201 of file Rectangle.h.
Definition at line 191 of file Rectangle.h.
Definition at line 187 of file Rectangle.h.
|
inline |
Definition at line 209 of file Rectangle.h.
|
inline |
Definition at line 205 of file Rectangle.h.
|
protected |
Definition at line 218 of file Rectangle.h.