Public Member Functions | |
void | set (int nu, int nv, int nz) |
void | operator+= (StaticTilePoint a) |
Public Attributes | |
int16 | u |
int16 | v |
int16 | z |
Friends | |
StaticTilePoint | operator+ (StaticTilePoint a, StaticTilePoint b) |
StaticTilePoint | operator- (StaticTilePoint a, StaticTilePoint b) |
StaticTilePoint | operator* (StaticTilePoint a, int b) |
StaticTilePoint | operator/ (StaticTilePoint a, int b) |
StaticTilePoint | operator<< (StaticTilePoint a, int b) |
StaticTilePoint | operator>> (StaticTilePoint a, int b) |
int | operator== (StaticTilePoint a, StaticTilePoint b) |
int | operator!= (StaticTilePoint a, StaticTilePoint b) |