|
wxPoint2DInt | operator+ (const wxPoint2DInt &pt1, const wxPoint2DInt &pt2) |
|
wxPoint2DInt | operator- (const wxPoint2DInt &pt1, const wxPoint2DInt &pt2) |
|
wxPoint2DInt | operator* (const wxPoint2DInt &pt1, const wxPoint2DInt &pt2) |
|
wxPoint2DInt | operator* (wxInt32 n, const wxPoint2DInt &pt) |
|
wxPoint2DInt | operator* (const wxPoint2DInt &pt, wxInt32 n) |
|
wxPoint2DInt | operator/ (const wxPoint2DInt &pt1, const wxPoint2DInt &pt2) |
|
wxPoint2DInt | operator/ (const wxPoint2DInt &pt, wxInt32 n) |
|
wxPoint2DDouble | operator+ (const wxPoint2DDouble &pt1, const wxPoint2DDouble &pt2) |
|
wxPoint2DDouble | operator- (const wxPoint2DDouble &pt1, const wxPoint2DDouble &pt2) |
|
wxPoint2DDouble | operator* (const wxPoint2DDouble &pt1, const wxPoint2DDouble &pt2) |
|
wxPoint2DDouble | operator* (wxDouble n, const wxPoint2DDouble &pt) |
|
wxPoint2DDouble | operator* (wxInt32 n, const wxPoint2DDouble &pt) |
|
wxPoint2DDouble | operator* (const wxPoint2DDouble &pt, wxDouble n) |
|
wxPoint2DDouble | operator* (const wxPoint2DDouble &pt, wxInt32 n) |
|
wxPoint2DDouble | operator/ (const wxPoint2DDouble &pt1, const wxPoint2DDouble &pt2) |
|
wxPoint2DDouble | operator/ (const wxPoint2DDouble &pt, wxDouble n) |
|
wxPoint2DDouble | operator/ (const wxPoint2DDouble &pt, wxInt32 n) |
|