#include </home/zeitlin/src/wx/github/interface/wx/geometry.h>
wxPoint2DInt::wxPoint2DInt | ( | ) |
wxPoint2DInt::wxPoint2DInt | ( | const wxPoint2DInt & | pt | ) |
wxPoint2DInt::wxPoint2DInt | ( | const wxPoint & | pt | ) |
wxInt32 wxPoint2DInt::GetCrossProduct | ( | const wxPoint2DInt & | vec | ) | const |
wxDouble wxPoint2DInt::GetDistance | ( | const wxPoint2DInt & | pt | ) | const |
wxDouble wxPoint2DInt::GetDistanceSquare | ( | const wxPoint2DInt & | pt | ) | const |
wxInt32 wxPoint2DInt::GetDotProduct | ( | const wxPoint2DInt & | vec | ) | const |
wxDouble wxPoint2DInt::GetVectorAngle | ( | ) | const |
wxDouble wxPoint2DInt::GetVectorLength | ( | ) | const |
void wxPoint2DInt::Normalize | ( | ) |
wxPoint2DInt::operator wxPoint | ( | ) | const |
bool wxPoint2DInt::operator!= | ( | const wxPoint2DInt & | pt | ) | const |
wxPoint2DInt& wxPoint2DInt::operator*= | ( | const wxPoint2DInt & | pt | ) |
wxPoint2DInt& wxPoint2DInt::operator*= | ( | wxDouble | n | ) |
wxPoint2DInt& wxPoint2DInt::operator*= | ( | wxInt32 | n | ) |
wxPoint2DInt& wxPoint2DInt::operator+= | ( | const wxPoint2DInt & | pt | ) |
wxPoint2DInt wxPoint2DInt::operator- | ( | ) |
wxPoint2DInt& wxPoint2DInt::operator-= | ( | const wxPoint2DInt & | pt | ) |
wxPoint2DInt& wxPoint2DInt::operator/= | ( | wxDouble | n | ) |
wxPoint2DInt& wxPoint2DInt::operator/= | ( | const wxPoint2DInt & | pt | ) |
wxPoint2DInt& wxPoint2DInt::operator/= | ( | wxInt32 | n | ) |
wxPoint2DInt& wxPoint2DInt::operator= | ( | const wxPoint2DInt & | pt | ) |
bool wxPoint2DInt::operator== | ( | const wxPoint2DInt & | pt | ) | const |
void wxPoint2DInt::SetVectorAngle | ( | wxDouble | degrees | ) |
void wxPoint2DInt::SetVectorLength | ( | wxDouble | length | ) |