#include <coords.h>
Public Member Functions | |
| Coords (int initx=0, int inity=0, int initz=0) | |
| bool | operator== (const Coords &a) const |
| bool | operator!= (const Coords &a) const |
Public Attributes | |
| int | x |
| int | y |
| int | z |
A simple representation of a point in 3D space.