Public Member Functions | |
USPoint (unsigned short a, unsigned short b) | |
USPoint (const USPoint &source_point) | |
USPoint & | operator= (const USPoint &source_point) |
USPoint | operator() (unsigned short a, unsigned short b) |
bool | operator< (const USPoint &b) const |
void | set (int a, int b) |
int | get_X () |
int | get_Y () |
Public Attributes | |
unsigned short | x |
unsigned short | y |
Friends | |
std::ostream & | operator<< (std::ostream &, USPoint) |