9#include "trg/trg/Point2D.h"
54 return s <<
"(" << a.x() <<
"," << a.y() <<
")";
A class to represent a point in 2D.
std::ostream & operator<<(std::ostream &output, const IntervalOfValidity &iov)
double y(void) const
y of the point
double x(void) const
x of the point
virtual ~TRGPoint2D()
Destructor.
Abstract base class for different kinds of events.