#include </home/zeitlin/src/wx/github/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. | |
Public Attributes | |
wxDouble | m_11 |
The matrix elements in the usual mathematical notation. | |
wxDouble | m_12 |
wxDouble | m_21 |
wxDouble | m_22 |
Default constructor.
Initializes the matrix elements to the identity.
The matrix elements in the usual mathematical notation.