#include </home/Hamish/wxwidgets/wxWidgets3.0-3.0.5.1-1.x86_64/src/wxWidgets-3.0.5.1/interface/wx/affinematrix2dbase.h>
A simple container for 2x2 matrix.
This simple structure is used with wxAffineMatrix2D.
<>< =''>:</>&;&;< =''>\ </></>
Public Member Functions | |
wxMatrix2D (wxDouble v11=1, wxDouble v12=0, wxDouble v21=0, wxDouble v22=1) | |
Default constructor. More... | |
Public Attributes | |
wxDouble | m_11 |
The matrix elements in the usual mathematical notation. More... | |
wxDouble | m_12 |
wxDouble | m_21 |
wxDouble | m_22 |
Default constructor.
Initializes the matrix elements to the identity.
wxDouble wxMatrix2D::m_11 |
The matrix elements in the usual mathematical notation.
wxDouble wxMatrix2D::m_12 |
wxDouble wxMatrix2D::m_21 |
wxDouble wxMatrix2D::m_22 |