13 #ifndef Vector2unorm16_h
14 #define Vector2unorm16_h
67 return ((
int32*)
this)[0] == ((
int32*)&rkVector)[0];
71 return ((
int32*)
this)[0] != ((
int32*)&rkVector)[0];
74 void serialize(
class BinaryOutput& bo)
const;
77 return static_cast<size_t>(x.bits() + ((int)y.bits() << 16));
size_t hashCode() const
Definition: Vector2unorm16.h:76
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
bool operator<(const unorm16 other) const
Definition: unorm16.h:102
void deserialize(std::string &s, BinaryInput &b)
Definition: serialize.h:16
bool operator==(const NetAddress &a, const NetAddress &b)
Definition: NetAddress.h:123
unorm16
Definition: unorm16.h:32
Vector2unorm16
Definition: Vector2unorm16.h:33
void serialize(const std::string &s, BinaryOutput &b)
Definition: serialize.h:12
#define debugAssert(exp)
Definition: debugAssert.h:160
Definition: Vector2unorm16.h:23
Vector2int16 & operator=(const Any &a)
G3D::int16 y
Definition: Vector2int16.h:38
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
int32_t int32
Definition: g3dmath.h:167
G3D::int16 x
Definition: Vector2int16.h:37
static size_t hashCode(const G3D::Vector2unorm16 &key)
Definition: Vector2unorm16.h:88