Add wxAffineMatrix2D and related classes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2011 00:09:56 +0000 (00:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2011 00:09:56 +0000 (00:09 +0000)
commit0e5d4c38a3881ac290689af3ddf2a96623d97683
tree55fae01f7c9d8ab2a46b41fd1fcf0453d3d615f9
parent6f24b81707fe53df2e2458ea928e071712f3bc72
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
16 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
docs/changes.txt
include/wx/affinematrix2d.h [new file with mode: 0644]
include/wx/affinematrix2dbase.h [new file with mode: 0644]
interface/wx/affinematrix2d.h [new file with mode: 0644]
interface/wx/affinematrix2dbase.h [new file with mode: 0644]
src/common/affinematrix2d.cpp [new file with mode: 0644]