Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/AffineMatrix2D.Concat.1.py
Andrea Gavana 77338050a0 Phoenix:
- First stub at integrating `wx.lib` (116 warnings);
- Added `internationalization.rst` file from Werner (with a cool sample app as well);
- Added new samples for AffineMatrix2D.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-04-05 18:28:47 +00:00

5 lines
246 B
Python

# | t.self.11 t.self.12 0 | | self.11 self.12 0 |
# matrix' = | t.self.21 t.self.22 0 | x | self.21 self.22 0 |
# | t.self.tx t.self.ty 1 | | self.tx self.ty 1 |