13 #ifndef G3D_Vector2int32_h
14 #define G3D_Vector2int32_h
106 return (x == other.x) && (y == other.y);
110 return !(*
this == other);
121 void serialize(
class BinaryOutput& bo)
const;
unorm16 operator-(const unorm16 other) const
Definition: unorm16.h:131
unorm16 & operator+=(const unorm16 other)
Definition: unorm16.h:126
bool operator!=(const NetAddress &a, const NetAddress &b)
Definition: NetAddress.h:128
bool operator<=(const unorm16 other) const
Definition: unorm16.h:110
Definition: HashTrait.h:105
unorm16 operator+(const unorm16 other) const
Definition: unorm16.h:122
bool operator<(const unorm16 other) const
Definition: unorm16.h:102
void deserialize(std::string &s, BinaryInput &b)
Definition: serialize.h:16
double clamp(double val, double low, double hi)
Definition: g3dmath.h:571
bool operator==(const NetAddress &a, const NetAddress &b)
Definition: NetAddress.h:123
T max(const T &x, const T &y)
Definition: g3dmath.h:320
static size_t hashCode(const G3D::Vector2int32 &key)
Definition: Vector2int32.h:131
T min(const T &x, const T &y)
Definition: g3dmath.h:305
unorm16 & operator-=(const unorm16 other)
Definition: unorm16.h:135
void serialize(const std::string &s, BinaryOutput &b)
Definition: serialize.h:12
#define debugAssert(exp)
Definition: debugAssert.h:160
unorm16 & operator*=(const int i)
Definition: unorm16.h:144
G3D::int16 y
Definition: Vector2int16.h:38
Vector2int32
Definition: Vector2int32.h:27
G3D::int16 & operator[](int i)
Definition: Vector2int16.h:51
bool operator>=(const unorm16 other) const
Definition: unorm16.h:106
bool operator>(const unorm16 other) const
Definition: unorm16.h:98
std::ostream & operator<<(std::ostream &os, const NetAddress &)
Definition: NetworkDevice.cpp:26
unorm16 operator>>(const int i) const
Definition: unorm16.h:167
int32_t int32
Definition: g3dmath.h:167
G3D::int16 x
Definition: Vector2int16.h:37
int iMax(int x, int y)
Definition: g3dmath.h:759
Definition: Vector2int16.h:22
G3D::Color3 operator*(float s, const G3D::Color3 &c)
Definition: Color3.h:275
int iMin(int x, int y)
Definition: g3dmath.h:753