18 return (this->x == b.
x && this->y == b.
y);
22 return (this->x == b.x && this->y == b.y);
42 return (this->x == b.
x && this->y == b.
y && this->z == b.
z);
67 return (this->x == b.
x && this->y == b.
y && this->z == b.
z && this->w == b.
w);
void operator+(Vector2 &b)
Definition vecs.h:25
float x
Definition vecs.h:15
bool operator==(Vector2 &b)
Definition vecs.h:17
float y
Definition vecs.h:15
bool operator==(glm::vec2 &b)
Definition vecs.h:21
void operator+(glm::vec2 &b)
Definition vecs.h:30
float z
Definition vecs.h:39
float y
Definition vecs.h:39
float x
Definition vecs.h:39
Vector3 & operator=(float val)
Definition vecs.h:45
void operator+=(Vector3 &b)
Definition vecs.h:53
bool operator==(Vector3 &b) const
Definition vecs.h:41
bool operator==(Quaternion &b) const
Definition vecs.h:66
void operator+(Quaternion &b)
Definition vecs.h:78
void sIdentity()
Definition vecs.h:85
float y
Definition vecs.h:64
float w
Definition vecs.h:64
float x
Definition vecs.h:64
float z
Definition vecs.h:64
Quaternion & operator=(float val)
Definition vecs.h:70