FXMat3d operator/(const FXMat3d &a, FXdouble x)
FXPoint operator-()
Negation.
Definition: FXPoint.h:70
FXStream & operator>>(FXStream &store, FXDate &d)
FXPoint & operator=(const FXPoint &p)
Assignment.
Definition: FXPoint.h:55
short FXshort
Definition: fxdefs.h:388
FXPoint & operator*=(FXshort c)
Definition: FXPoint.h:66
Size.
Definition: FXSize.h:32
FXPoint & operator-=(const FXPoint &p)
Definition: FXPoint.h:65
#define FXAPI
Definition: fxdefs.h:122
FXPoint(const FXSize &s)
Definition: FXPoint.h:43
bool operator!() const
Test if zero.
Definition: FXPoint.h:48
FXPoint & set(const FXPoint &p)
Set value from another point.
Definition: FXPoint.h:58
FXPoint operator+(const FXPoint &p) const
Addition operators.
Definition: FXPoint.h:73
FXPoint()
Constructors.
Definition: FXPoint.h:42
FXPoint operator-(const FXPoint &p) const
Definition: FXPoint.h:74
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
FXPoint & operator/=(FXshort c)
Definition: FXPoint.h:67
bool operator!=(const FXPoint &p) const
Definition: FXPoint.h:52
FXPoint(const FXPoint &p)
Definition: FXPoint.h:44
FXshort y
Definition: FXPoint.h:38
Definition: FX4Splitter.h:31
FXshort x
Definition: FXPoint.h:37
FXPoint & operator+=(const FXPoint &p)
Assignment operators.
Definition: FXPoint.h:64
Point.
Definition: FXPoint.h:35
bool operator==(const FXPoint &p) const
Equality.
Definition: FXPoint.h:51
FXPoint(FXshort xx, FXshort yy)
Definition: FXPoint.h:45
FXPoint & set(FXshort xx, FXshort yy)
Set value from components.
Definition: FXPoint.h:61
FXStream & operator<<(FXStream &store, const FXDate &d)
FXMat3d operator*(FXdouble x, const FXMat3d &a)