40 template<
typename Type>
43 template<
typename Type>
46 template<
typename Type>
53 template<
typename Type>
Sizex< Type > operator*(const Type &s) const
Size * operator.
Definition: size.h:138
Sizex< Type > operator/(const Type &s) const
Size / operator.
Definition: size.h:142
Sizex< Type > & operator+=(const Type &s)
Size += operator.
Definition: size.h:114
Size(const Sizex< double > ©)
Definition: size.h:165
Sizex< Type > & operator-=(const Type &s)
Size -= operator.
Definition: size.h:118
Sized(const Sizex< double > &s)
Definition: size.h:187
Sizex< Type > operator-(const Type &s) const
Size - operator.
Definition: size.h:134
Sizex< Type > & operator/=(const Type &s)
Size /= operator.
Definition: size.h:126
Sizef(float width, float height)
Definition: size.h:173
Sized(const Sizex< float > ©)
Definition: size.h:191
Sizef(const Vec2< float > &s)
Definition: size.h:175
Sizex()
Constructs a size structure.
Definition: size.h:61
Sizex< Type > & operator*=(const Type &s)
Size *= operator.
Definition: size.h:122
2D (width,height) size structure - Double
Definition: size.h:183
Sized(const Sizex< int > ©)
Definition: size.h:190
Size(int width, int height)
Definition: size.h:160
Sizef(const Sizex< int > ©)
Definition: size.h:177
Sizex< Type > & operator-=(const Sizex< Type > &s)
Size -= Size operator.
Definition: size.h:102
Sizef(const Sizex< float > &s)
Definition: size.h:174
Sizef()
Definition: size.h:172
2D vector
Definition: line.h:48
Size(const Sizex< int > &s)
Definition: size.h:161
Sizex(const Sizex< Type > &s)
Constructs a size structure.
Definition: size.h:73
Size(const Vec2< int > &s)
Definition: size.h:162
Sizef(const Sizex< double > ©)
Definition: size.h:178
Sizex< Type > operator+(const Sizex< Type > &s) const
Size + Size operator.
Definition: size.h:106
4D vector
Definition: size.h:47
Sized(double width, double height)
Definition: size.h:186
Sized(const Vec2< double > &s)
Definition: size.h:188
Sized()
Definition: size.h:185
Type width
Size width.
Definition: size.h:82
bool operator!=(const Sizex< Type > &s) const
Size != Size operator (deep compare).
Definition: size.h:150
bool operator==(const Sizex< Type > &s) const
Size == Size operator (deep compare).
Definition: size.h:146
Type height
Size height.
Definition: size.h:85
Sizex< Type > operator-(const Sizex< Type > &s) const
Size - Size operator.
Definition: size.h:110
2D (width,height) size structure - Integer
Definition: size.h:157
2D (width,height) size structure - Float
Definition: size.h:170
Size()
Definition: size.h:159
2D (width,height) size structure.
Definition: size.h:55
Sizex(Type width, Type height)
Constructs a size structure.
Definition: size.h:67
Sizex< Type > operator+(const Type &s) const
Size + operator.
Definition: size.h:130
Size(const Sizex< float > ©)
Definition: size.h:164
Sizex< Type > & operator+=(const Sizex< Type > &s)
Size += Size operator.
Definition: size.h:98