supertux
|
Public Member Functions | |
Size (int width_, int height_) | |
Size (const Size &rhs)=default | |
Size & | operator= (const Size &rhs)=default |
Size (const Sizef &rhs) | |
Size & | operator*= (int factor) |
Size & | operator/= (int divisor) |
Size & | operator+= (const Size &rhs) |
Size & | operator-= (const Size &rhs) |
bool | is_valid () const |
Public Attributes | |
int | width |
int | height |