#include <Vector3i.h>
Public Member Functions | |
| WWINLINE | Vector3i (void) |
| WWINLINE | Vector3i (int i, int j, int k) |
| WWINLINE bool | operator== (const Vector3i &v) const |
| WWINLINE bool | operator!= (const Vector3i &v) const |
| WWINLINE const int & | operator[] (int n) const |
| WWINLINE int & | operator[] (int n) |
| WWINLINE | Vector3i (void) |
| WWINLINE | Vector3i (int i, int j, int k) |
| WWINLINE bool | operator== (const Vector3i &v) const |
| WWINLINE bool | operator!= (const Vector3i &v) const |
| WWINLINE const int & | operator[] (int n) const |
| WWINLINE int & | operator[] (int n) |
Public Attributes | |
| int | I |
| int | J |
| int | K |
Definition at line 47 of file Vector3i.h.
| WWINLINE Vector3i::Vector3i | ( | void | ) |
Definition at line 65 of file Vector3i.h.
| WWINLINE Vector3i::Vector3i | ( | int | i, |
| int | j, | ||
| int | k ) |
Definition at line 69 of file Vector3i.h.
| WWINLINE Vector3i::Vector3i | ( | void | ) |
| WWINLINE Vector3i::Vector3i | ( | int | i, |
| int | j, | ||
| int | k ) |
Definition at line 79 of file Vector3i.h.
Definition at line 74 of file Vector3i.h.
| WWINLINE int & Vector3i::operator[] | ( | int | n | ) |
Definition at line 89 of file Vector3i.h.
| WWINLINE int & Vector3i::operator[] | ( | int | n | ) |
| WWINLINE const int & Vector3i::operator[] | ( | int | n | ) | const |
Definition at line 84 of file Vector3i.h.
| WWINLINE const int & Vector3i::operator[] | ( | int | n | ) | const |
| int Vector3i::I |
Definition at line 51 of file Vector3i.h.
| int Vector3i::J |
Definition at line 52 of file Vector3i.h.
| int Vector3i::K |
Definition at line 53 of file Vector3i.h.