40 template<
typename Type>
43 template<
typename Type>
46 template<
typename Type>
53 template<
typename Type>
Size(const Vec2< int > &s)
Definition: size.h:176
Sizef(const Sizex< int > ©)
Definition: size.h:191
Sizef(const Vec2< float > &s)
Definition: size.h:189
Sizex< Type > operator/(const Type &s) const
Size / operator.
Definition: size.h:151
Sizex< Type > & operator/=(const Type &s)
Size /= operator.
Definition: size.h:127
Sizex< Type > operator-(const Type &s) const
Size - operator.
Definition: size.h:139
bool operator==(const Sizex< Type > &s) const
Size == Size operator (deep compare).
Definition: size.h:157
Sizex(Type width, Type height)
Constructs a size structure.
Definition: size.h:64
Sizex< Type > & operator-=(const Sizex< Type > &s)
Size -= Size operator.
Definition: size.h:91
Sized(const Sizex< float > ©)
Definition: size.h:205
Sizex< Type > operator*(const Type &s) const
Size * operator.
Definition: size.h:145
Sizex()
Constructs a size structure.
Definition: size.h:58
Sizef()
Definition: size.h:186
Sizex< Type > operator+(const Sizex< Type > &s) const
Size + Size operator.
Definition: size.h:97
Sized()
Definition: size.h:199
Sized(const Sizex< double > &s)
Definition: size.h:201
Sizex< Type > & operator+=(const Type &s)
Size += operator.
Definition: size.h:109
bool operator!=(const Sizex< Type > &s) const
Size != Size operator (deep compare).
Definition: size.h:163
Sizex< Type > operator+(const Type &s) const
Size + operator.
Definition: size.h:133
Sizef(float width, float height)
Definition: size.h:187
Sizef(const Sizex< double > ©)
Definition: size.h:192
2D (width,height) size structure - Double
Definition: size.h:196
Sizex< Type > operator-(const Sizex< Type > &s) const
Size - Size operator.
Definition: size.h:103
Sizex(const Sizex< Type > &s)
Constructs a size structure.
Definition: size.h:70
Sizef(const Sizex< float > &s)
Definition: size.h:188
2D vector
Definition: line.h:46
Size(const Sizex< double > ©)
Definition: size.h:179
Size(const Sizex< float > ©)
Definition: size.h:178
Sized(const Sizex< int > ©)
Definition: size.h:204
Size()
Definition: size.h:173
Size(const Sizex< int > &s)
Definition: size.h:175
Type height
Size height.
Definition: size.h:77
Sizex< Type > & operator*=(const Type &s)
Size *= operator.
Definition: size.h:121
2D (width,height) size structure - Integer
Definition: size.h:170
Sizex< Type > & operator+=(const Sizex< Type > &s)
Size += Size operator.
Definition: size.h:85
Sizex< Type > & operator-=(const Type &s)
Size -= operator.
Definition: size.h:115
4D vector
Definition: size.h:47
Sized(double width, double height)
Definition: size.h:200
Size(int width, int height)
Definition: size.h:174
2D (width,height) size structure.
Definition: size.h:54
Sized(const Vec2< double > &s)
Definition: size.h:202
Type width
Size width.
Definition: size.h:74
2D (width,height) size structure - Float
Definition: size.h:183