Searched refs:wxTransformMatrix (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmatrix.h3 // Purpose: wxTransformMatrix class. NOT YET USED
35 class WXDLLEXPORT wxTransformMatrix: public wxObject class in inherits:wxObject
38 wxTransformMatrix(void);
39 wxTransformMatrix(const wxTransformMatrix& mat);
51 void operator = (const wxTransformMatrix& mat);
52 bool operator == (const wxTransformMatrix& mat) const;
53 bool operator != (const wxTransformMatrix& mat) const;
56 wxTransformMatrix& operator*=(const double& t);
58 wxTransformMatrix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmatrix.cpp3 // Purpose: wxTransformMatrix class
30 wxTransformMatrix::wxTransformMatrix(void) function in class:wxTransformMatrix
37 wxTransformMatrix::wxTransformMatrix(const wxTransformMatrix& mat) function in class:wxTransformMatrix
43 double wxTransformMatrix::GetValue(int col, int row) const
51 void wxTransformMatrix::SetValue(int col, int row, double value)
60 void wxTransformMatrix::operator = (const wxTransformMatrix
[all...]

Completed in 44 milliseconds