2D (width,height) size structure - Float More...
#include <size.h>
Public Member Functions | |
Sizef () | |
Sizef (float width, float height) | |
Sizef (const Sizex< float > &s) | |
Sizef (const Vec2< float > &s) | |
Sizef (const Sizex< int > ©) | |
Sizef (const Sizex< double > ©) | |
![]() | |
Sizex () | |
Constructs a size structure. More... | |
Sizex (float width, float height) | |
Constructs a size structure. More... | |
Sizex (const Sizex< float > &s) | |
Constructs a size structure. More... | |
operator Vec2< float > () const | |
bool | operator!= (const Sizex< float > &s) const |
Size != Size operator (deep compare). More... | |
Sizex< float > | operator* (const float &s) const |
Size * operator. More... | |
Sizex< float > & | operator*= (const float &s) |
Size *= operator. More... | |
Sizex< float > | operator+ (const Sizex< float > &s) const |
Size + Size operator. More... | |
Sizex< float > | operator+ (const float &s) const |
Size + operator. More... | |
Sizex< float > & | operator+= (const Sizex< float > &s) |
Size += Size operator. More... | |
Sizex< float > & | operator+= (const float &s) |
Size += operator. More... | |
Sizex< float > | operator- (const Sizex< float > &s) const |
Size - Size operator. More... | |
Sizex< float > | operator- (const float &s) const |
Size - operator. More... | |
Sizex< float > & | operator-= (const Sizex< float > &s) |
Size -= Size operator. More... | |
Sizex< float > & | operator-= (const float &s) |
Size -= operator. More... | |
Sizex< float > | operator/ (const float &s) const |
Size / operator. More... | |
Sizex< float > & | operator/= (const float &s) |
Size /= operator. More... | |
bool | operator== (const Sizex< float > &s) const |
Size == Size operator (deep compare). More... | |
Additional Inherited Members | |
![]() | |
float | height |
Size height. More... | |
float | width |
Size width. More... | |
2D (width,height) size structure - Float
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |