#include <typeUtils.h>
Public Member Functions | |
Grid3D (int x, int y, int z) | |
初期値指定のコンストラクタ | |
Grid3D (int x, int y) | |
初期値指定のコンストラクタ | |
Grid3D (const Grid3D *rhs) | |
コピーコンストラクタ | |
Grid3D (const Grid &rhs) | |
コピーコンストラクタ | |
const Grid3D & | operator+= (const Grid3D &rhs) |
演算子定義 | |
const Grid3D | operator+ (const Grid3D &rhs) const |
演算子定義 | |
const Grid3D & | operator-= (const Grid3D &rhs) |
演算子定義 | |
Grid3D | operator- (const Grid3D &rhs) const |
演算子定義 | |
Public Attributes | |
int | z |
Definition at line 97 of file typeUtils.h.
VXV::Grid3D::Grid3D | ( | int | x, | |
int | y, | |||
int | z | |||
) | [inline] |
VXV::Grid3D::Grid3D | ( | int | x, | |
int | y | |||
) | [inline] |
int VXV::Grid3D::z |
Z値
Definition at line 99 of file typeUtils.h.
Referenced by VXV::length(), operator+=(), and operator-=().