#include <VastDefs.h>
Public Member Functions | |
Point () | |
Public Attributes | |
double | x |
double | y |
Friends | |
std::ostream & | operator<< (std::ostream &Stream, const Point p) |
bool | operator< (const Point a, const Point b) |
std::ostream& operator<< | ( | std::ostream & | Stream, | |
const Point | p | |||
) | [friend] |
double Point::x |
double Point::y |