34#if !defined(WIN32) && !defined(G__WIN32)
59 return p1.fX ==
p2.fX &&
p1.fY ==
p2.fY;
64 return p1.fX !=
p2.fX ||
p1.fY !=
p2.fY;
static double p1(double t, double a, double b)
static double p2(double t, double a, double b, double c)
bool operator!=(const TPoint &p1, const TPoint &p2)
bool operator==(const TPoint &p1, const TPoint &p2)
TPoint & operator=(const TPoint &p)
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)