|
wxArt2D
|
affine matrix class More...


Go to the source code of this file.
Classes | |
| class | a2dAffineMatrix |
| A 2x3 affine matrix class for 2D transformations. More... | |
| class | a2dMatrixProperty |
| property to hold a a2dAffineMatrix More... | |
| class | a2dPoint2DProperty |
| property to hold a a2dPoint2D plus an index in e.g a polygon. More... | |
Typedefs | |
|
typedef a2dPropertyIdTyped < a2dAffineMatrix, a2dMatrixProperty > | a2dPropertyIdMatrix |
|
typedef a2dPropertyIdTyped < a2dPoint2D, a2dPoint2DProperty > | a2dPropertyIdPoint2D |
Functions | |
| bool | ParseCvgTransForm (a2dAffineMatrix &matrix, const wxString &str, wxString &error) |
| function to parse a string in SVG/CVG format and return the resulting matrix More... | |
Variables | |
| a2dAffineMatrix | a2dIDENTITY_MATRIX |
| global a2dAffineMatrix to set/pass the identity matrix. | |
affine matrix class
Affine matrixes are used for placing objects in a drawing at a position and angle etc.
Copyright: (c) Julian Smart and Markus Holzem
Licence: wxWidgets licence
Affine Matrix calculation.
RCS-ID:
Definition in file afmatrix.h.
| bool ParseCvgTransForm | ( | a2dAffineMatrix & | matrix, |
| const wxString & | str, | ||
| wxString & | error | ||
| ) |
function to parse a string in SVG/CVG format and return the resulting matrix
| matrix | the resulting matrix. |
| str | the string to parse |
| error | error returned if not right |
Definition at line 890 of file afmatrix.cpp.