#include <size.h>
Inheritance diagram for CL_Sizef:

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 > ©) | |
| CL_Sizex< float > & | operator+= (const CL_Sizex< float > &s) |
| Size += Size operator. | |
| CL_Sizex< float > & | operator+= (const float &s) |
| Size += operator. | |
| CL_Sizex< float > & | operator-= (const CL_Sizex< float > &s) |
| Size -= Size operator. | |
| CL_Sizex< float > & | operator-= (const float &s) |
| Size -= operator. | |
| CL_Sizex< float > | operator+ (const CL_Sizex< float > &s) const |
| Size + Size operator. | |
| CL_Sizex< float > | operator+ (const float &s) const |
| Size + operator. | |
| CL_Sizex< float > | operator- (const CL_Sizex< float > &s) const |
| Size - Size operator. | |
| CL_Sizex< float > | operator- (const float &s) const |
| Size - operator. | |
| CL_Sizex< float > & | operator *= (const float &s) |
| Size *= operator. | |
| CL_Sizex< float > & | operator/= (const float &s) |
| Size /= operator. | |
| CL_Sizex< float > | operator * (const float &s) const |
| Size * operator. | |
| CL_Sizex< float > | operator/ (const float &s) const |
| Size / operator. | |
| bool | operator== (const CL_Sizex< float > &s) const |
| Size == Size operator (deep compare). | |
| bool | operator!= (const CL_Sizex< float > &s) const |
| Size != Size operator (deep compare). | |
Public Attributes | |
| float | width |
| Size width. | |
| float | height |
| Size height. | |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Size * operator.
|
|
|
Size *= operator.
|
|
|
Size != Size operator (deep compare).
|
|
|
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 == Size operator (deep compare).
|
|
|
Size height.
|
|
|
Size width.
|
1.4.6