34#if !defined(WIN32) && !defined(G__WIN32) 
 
   57   return p1.fX == 
p2.fX && 
p1.fY == 
p2.fY;
 
 
   62   return p1.fX != 
p2.fX || 
p1.fY != 
p2.fY;
 
 
Option_t Option_t TPoint xy
 
bool operator!=(const TPoint &p1, const TPoint &p2)
 
bool operator==(const TPoint &p1, const TPoint &p2)
 
TPoint(SCoord_t x, SCoord_t y)
 
friend bool operator!=(const TPoint &p1, const TPoint &p2)
 
friend bool operator==(const TPoint &p1, const TPoint &p2)