#include <ATypes.h>
Public Methods | |
| Box () | |
| Box (FLOAT Left, FLOAT Top, FLOAT Right, FLOAT Bottom) | |
| bool | isContain (Vec2D pt) |
Public Attributes | |
| FLOAT | left |
| FLOAT | right |
| FLOAT | top |
| FLOAT | bottom |
|
|
Definition at line 57 of file ATypes.h. References bottom, left, right, and top.
|
|
||||||||||||||||||||
|
Definition at line 58 of file ATypes.h. References bottom, left, right, and top.
|
|
|
Definition at line 62 of file ATypes.h. References bottom, left, right, and top. Referenced by Overhead::overhead_render(), Overhead::overhead_update(), Overhead::processOverheadInput(), renderMainMenu(), renderMultiplayMenu(), updateMainMenu(), and updateMultiplayMenu().
|
|
|
Definition at line 67 of file ATypes.h. Referenced by Box(), drawBox(), isContain(), Overhead::overhead_render(), and Overhead::processOverheadInput(). |
|
|
Definition at line 67 of file ATypes.h. Referenced by Box(), drawBox(), isContain(), Overhead::overhead_render(), Overhead::processOverheadInput(), and renderMultiplayMenu(). |
|
|
Definition at line 67 of file ATypes.h. Referenced by Box(), drawBox(), isContain(), Overhead::overhead_render(), and Overhead::processOverheadInput(). |
|
|
Definition at line 67 of file ATypes.h. Referenced by Box(), drawBox(), isContain(), Overhead::overhead_render(), Overhead::processOverheadInput(), and renderMultiplayMenu(). |
1.3-rc2