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