#include <general.h>
Public Member Functions | |
Coord3d (int dx=0, int dy=0, int dz=0) | |
Coord3d (const Coord3d &src) | |
Coord3d & | operator+= (const Coord3d &a) |
Coord3d & | operator-= (const Coord3d &a) |
Public Attributes | |
int | x |
int | y |
int | z |
It is used in various places where there is no need for a float vector such as in the processes of BuildWorld
Coord3d::Coord3d | ( | int | dx = 0 , |
|
int | dy = 0 , |
|||
int | dz = 0 | |||
) | [inline] |
Coord3d::Coord3d | ( | const Coord3d & | src | ) | [inline] |
int Coord3d::x |
int Coord3d::y |
int Coord3d::z |