
#include <CubicCellLocation.h>
Public Member Functions | |
| CubicCellLocation (void) | |
| CubicCellLocation (int a, int b, int c) | |
| bool | operator< (const CubicCellLocation &) const |
| bool | operator== (const CubicCellLocation &c) const |
| CubicCellLocation | operator- (const CubicCellLocation &b) const |
| CubicCellLocation | operator+ (const CubicCellLocation &b) const |
Public Attributes | |
| int | x |
| int | y |
| int | z |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|