Crazy Eddies GUI System  0.7.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CEGUI::Size Class Reference

Class that holds the size (width & height) of something. More...

Public Member Functions

 Size (float width, float height)
 Size (const Size &v)
bool operator== (const Size &other) const
bool operator!= (const Size &other) const
Size operator* (float c) const
Size operator+ (const Size &s) const

Public Attributes

float d_width
float d_height

Detailed Description

Class that holds the size (width & height) of something.