#include <vector2i.h>
Public Member Functions | |
| WWINLINE | Vector2i (void) |
| WWINLINE | Vector2i (int i, int j) |
| WWINLINE void | Set (int i, int j) |
| WWINLINE void | Swap (Vector2i &other) |
| WWINLINE bool | operator== (const Vector2i &v) const |
| WWINLINE bool | operator!= (const Vector2i &v) const |
| WWINLINE const int & | operator[] (int n) const |
| WWINLINE int & | operator[] (int n) |
Public Attributes | |
| int | I |
| int | J |
Definition at line 47 of file vector2i.h.
| WWINLINE Vector2i::Vector2i | ( | void | ) |
Definition at line 68 of file vector2i.h.
| WWINLINE Vector2i::Vector2i | ( | int | i, |
| int | j ) |
Definition at line 72 of file vector2i.h.
Definition at line 82 of file vector2i.h.
Definition at line 77 of file vector2i.h.
| WWINLINE int & Vector2i::operator[] | ( | int | n | ) |
Definition at line 92 of file vector2i.h.
| WWINLINE const int & Vector2i::operator[] | ( | int | n | ) | const |
Definition at line 87 of file vector2i.h.
| WWINLINE void Vector2i::Set | ( | int | i, |
| int | j ) |
Definition at line 97 of file vector2i.h.
Definition at line 99 of file vector2i.h.
| int Vector2i::I |
Definition at line 51 of file vector2i.h.
| int Vector2i::J |
Definition at line 52 of file vector2i.h.