Add wxAffineMatrix2D and related classes.

This class represents an affine 2D transformation and will be used in wxDC for
now and maybe in wxGC later.

Closes #13143.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-04-17 00:09:56 +00:00
parent 6f24b81707
commit 0e5d4c38a3
16 changed files with 738 additions and 15 deletions

View File

@@ -252,6 +252,10 @@ SOURCE=..\..\src\common\accesscmn.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\common\affinematrix2d.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\common\anidecod.cpp
# End Source File
# Begin Source File
@@ -5893,6 +5897,14 @@ SOURCE=..\..\include\wx\propgrid\advprops.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\affinematrix2d.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\affinematrix2dbase.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\anidecod.h
# End Source File
# Begin Source File
@@ -6741,10 +6753,10 @@ SOURCE=..\..\include\wx\tbarbase.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\textcompleter.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\textcompleter.h
# End Source File
# Begin Source File
SOURCE=..\..\include\wx\textctrl.h
# End Source File
# Begin Source File