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