#include <CSOLiveWireNode.h>
Public Member Functions | |
| VoxelPos () | |
| VoxelPos (unsigned int _posx, unsigned int _posy) | |
| VoxelPos (const VoxelPos &rhs) | |
Public Attributes | |
| unsigned int | posx |
| The voxel position's x component. | |
| unsigned int | posy |
| The voxel position's y component. | |
Definition at line 25 of file CSOLiveWireNode.h.
| ml::VoxelPos::VoxelPos | ( | ) | [inline] |
Definition at line 27 of file CSOLiveWireNode.h.
| ml::VoxelPos::VoxelPos | ( | unsigned int | _posx, | |
| unsigned int | _posy | |||
| ) | [inline] |
Definition at line 28 of file CSOLiveWireNode.h.
| ml::VoxelPos::VoxelPos | ( | const VoxelPos & | rhs | ) | [inline] |
Definition at line 29 of file CSOLiveWireNode.h.
| unsigned int ml::VoxelPos::posx |
| unsigned int ml::VoxelPos::posy |
1.5.8