mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
- Add samples for wx.SplashScreen and AffineMatrix2D. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
5 lines
219 B
Python
5 lines
219 B
Python
|
|
# | cos sin 0 | | self.11 self.12 0 |
|
|
# matrix' = | -sin cos 0 | x | self.21 self.22 0 |
|
|
# | 0 0 1 | | self.tx self.ty 1 |
|