#include <CEGUIUDim.h>
Collaboration diagram for CEGUI::UVector2:
Public Member Functions | |
UVector2 () | |
UVector2 (const UDim &x, const UDim &y) | |
~UVector2 () | |
Vector2 | asAbsolute (const Size &base) const |
Vector2 | asRelative (const Size &base) const |
UVector2 | operator+ (const UVector2 &other) const |
UVector2 | operator- (const UVector2 &other) const |
UVector2 | operator/ (const UVector2 &other) const |
UVector2 | operator * (const UVector2 &other) const |
const UVector2 & | operator+= (const UVector2 &other) |
const UVector2 & | operator-= (const UVector2 &other) |
const UVector2 & | operator/= (const UVector2 &other) |
const UVector2 & | operator *= (const UVector2 &other) |
bool | operator== (const UVector2 &other) const |
bool | operator!= (const UVector2 &other) const |
Public Attributes | |
UDim | d_x |
UDim | d_y |
Definition at line 65 of file CEGUIUDim.h.
|
Definition at line 68 of file CEGUIUDim.h. |
|
Definition at line 69 of file CEGUIUDim.h. |
|
Definition at line 70 of file CEGUIUDim.h. |
|
Definition at line 72 of file CEGUIUDim.h. References CEGUI::Size::d_height, and CEGUI::Size::d_width. Referenced by CEGUI::Window::getMaximumSize(), CEGUI::Window::getMinimumSize(), CEGUI::Window::screenToWindow(), CEGUI::Window::setWindowArea_impl(), CEGUI::Window::unifiedToAbsolute(), and CEGUI::Window::windowToScreen(). |
|
Definition at line 73 of file CEGUIUDim.h. References CEGUI::Size::d_height, and CEGUI::Size::d_width. Referenced by CEGUI::Window::getMaximumSize(), CEGUI::Window::getMinimumSize(), and CEGUI::Window::unifiedToRelative(). |
|
Definition at line 78 of file CEGUIUDim.h. |
|
Definition at line 83 of file CEGUIUDim.h. |
|
Definition at line 86 of file CEGUIUDim.h. References CEGUI::operator==(). |
|
Definition at line 75 of file CEGUIUDim.h. |
|
Definition at line 80 of file CEGUIUDim.h. |
|
Definition at line 76 of file CEGUIUDim.h. |
|
Definition at line 81 of file CEGUIUDim.h. |
|
Definition at line 77 of file CEGUIUDim.h. |
|
Definition at line 82 of file CEGUIUDim.h. |
|
Definition at line 85 of file CEGUIUDim.h. |
|
|