ClanLib
2.3.7
|
2D (width,height) size structure - Float More...
#include <size.h>
Public Member Functions | |
CL_Sizef () | |
CL_Sizef (float width, float height) | |
CL_Sizef (const CL_Sizex< float > &s) | |
CL_Sizef (const CL_Sizex< int > ©) | |
CL_Sizef (const CL_Sizex< double > ©) | |
Operations | |
CL_Sizex< float > & | operator+= (const CL_Sizex< float > &s) |
Size += Size operator. More... | |
CL_Sizex< float > & | operator+= (const float &s) |
Size += operator. More... | |
CL_Sizex< float > & | operator-= (const CL_Sizex< float > &s) |
Size -= Size operator. More... | |
CL_Sizex< float > & | operator-= (const float &s) |
Size -= operator. More... | |
CL_Sizex< float > | operator+ (const CL_Sizex< float > &s) const |
Size + Size operator. More... | |
CL_Sizex< float > | operator+ (const float &s) const |
Size + operator. More... | |
CL_Sizex< float > | operator- (const CL_Sizex< float > &s) const |
Size - Size operator. More... | |
CL_Sizex< float > | operator- (const float &s) const |
Size - operator. More... | |
CL_Sizex< float > & | operator*= (const float &s) |
Size *= operator. More... | |
CL_Sizex< float > & | operator/= (const float &s) |
Size /= operator. More... | |
CL_Sizex< float > | operator* (const float &s) const |
Size * operator. More... | |
CL_Sizex< float > | operator/ (const float &s) const |
Size / operator. More... | |
bool | operator== (const CL_Sizex< float > &s) const |
Size == Size operator (deep compare). More... | |
bool | operator!= (const CL_Sizex< float > &s) const |
Size != Size operator (deep compare). More... | |
Public Attributes | |
Attributes | |
float | width |
Size width. More... | |
float | height |
Size height. More... | |
2D (width,height) size structure - Float
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
Size != Size operator (deep compare).
Size * operator.
Size *= operator.
Size + Size operator.
Size + operator.
Size += Size operator.
Size += operator.
Size - Size operator.
Size - operator.
Size -= Size operator.
Size -= operator.
Size / operator.
Size /= operator.
Size == Size operator (deep compare).
|
inherited |
Size height.
Referenced by CL_Sizef().
|
inherited |
Size width.
Referenced by CL_Sizef().