|
ClanLib
2.3.7
|
2D (width,height) size structure - Double More...
#include <size.h>

Public Member Functions | |
| CL_Sized () | |
| CL_Sized (double width, double height) | |
| CL_Sized (const CL_Sizex< double > &s) | |
| CL_Sized (const CL_Sizex< int > ©) | |
| CL_Sized (const CL_Sizex< float > ©) | |
Operations | |
| CL_Sizex< double > & | operator+= (const CL_Sizex< double > &s) |
| Size += Size operator. More... | |
| CL_Sizex< double > & | operator+= (const double &s) |
| Size += operator. More... | |
| CL_Sizex< double > & | operator-= (const CL_Sizex< double > &s) |
| Size -= Size operator. More... | |
| CL_Sizex< double > & | operator-= (const double &s) |
| Size -= operator. More... | |
| CL_Sizex< double > | operator+ (const CL_Sizex< double > &s) const |
| Size + Size operator. More... | |
| CL_Sizex< double > | operator+ (const double &s) const |
| Size + operator. More... | |
| CL_Sizex< double > | operator- (const CL_Sizex< double > &s) const |
| Size - Size operator. More... | |
| CL_Sizex< double > | operator- (const double &s) const |
| Size - operator. More... | |
| CL_Sizex< double > & | operator*= (const double &s) |
| Size *= operator. More... | |
| CL_Sizex< double > & | operator/= (const double &s) |
| Size /= operator. More... | |
| CL_Sizex< double > | operator* (const double &s) const |
| Size * operator. More... | |
| CL_Sizex< double > | operator/ (const double &s) const |
| Size / operator. More... | |
| bool | operator== (const CL_Sizex< double > &s) const |
| Size == Size operator (deep compare). More... | |
| bool | operator!= (const CL_Sizex< double > &s) const |
| Size != Size operator (deep compare). More... | |
Public Attributes | |
Attributes | |
| double | width |
| Size width. More... | |
| double | height |
| Size height. More... | |
2D (width,height) size structure - Double
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Size != Size operator (deep compare).
Size * operator.
Size *= operator.
|
inlineinherited |
Size + Size operator.
Size + operator.
Size += Size operator.
Size += operator.
|
inlineinherited |
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_Sized().
|
inherited |
Size width.
Referenced by CL_Sized().
1.8.4