#include <CEGUISize.h>
Public Member Functions | |
Size (void) | |
Size (float width, float height) | |
bool | operator== (const Size &other) const |
bool | operator!= (const Size &other) const |
Public Attributes | |
float | d_width |
float | d_height |
Definition at line 39 of file CEGUISize.h.
|
Definition at line 42 of file CEGUISize.h. |
|
Definition at line 43 of file CEGUISize.h. |
|
Definition at line 38 of file CEGUISize.cpp. References operator==(). |
|
Definition at line 32 of file CEGUISize.cpp. References d_height, and d_width. Referenced by operator!=(). |
|
|