#include <Vector3i.h>
Public Member Functions | |
| WWINLINE | Vector3i16 (void) |
| WWINLINE | Vector3i16 (unsigned short i, unsigned short j, unsigned short k) |
| WWINLINE bool | operator== (const Vector3i &v) const |
| WWINLINE bool | operator!= (const Vector3i &v) const |
| WWINLINE const unsigned short & | operator[] (int n) const |
| WWINLINE unsigned short & | operator[] (int n) |
Public Attributes | |
| unsigned short | I |
| unsigned short | J |
| unsigned short | K |
Definition at line 96 of file Vector3i.h.
| WWINLINE Vector3i16::Vector3i16 | ( | void | ) |
Definition at line 114 of file Vector3i.h.
| WWINLINE Vector3i16::Vector3i16 | ( | unsigned short | i, |
| unsigned short | j, | ||
| unsigned short | k ) |
Definition at line 118 of file Vector3i.h.
Definition at line 128 of file Vector3i.h.
Definition at line 123 of file Vector3i.h.
| WWINLINE unsigned short & Vector3i16::operator[] | ( | int | n | ) |
Definition at line 138 of file Vector3i.h.
| WWINLINE const unsigned short & Vector3i16::operator[] | ( | int | n | ) | const |
Definition at line 133 of file Vector3i.h.
| unsigned short Vector3i16::I |
Definition at line 100 of file Vector3i.h.
| unsigned short Vector3i16::J |
Definition at line 101 of file Vector3i.h.
| unsigned short Vector3i16::K |
Definition at line 102 of file Vector3i.h.