Mercurial > touhou
view pytouhou/utils/matrix.pxd @ 421:b1248bab2d0f
Add back music and SFX playback using SDL_mixer instead of pyglet, and add FLAC and Vorbis support.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 16 Jul 2013 21:07:15 +0200 |
| parents | efae61ad6efe |
| children | d8630c086926 |
line wrap: on
line source
cdef class Matrix: cdef public list data cpdef flip(self) cpdef scale(self, x, y, z) cpdef scale2d(self, x, y) cpdef translate(self, x, y, z) cpdef rotate_x(self, angle) cpdef rotate_y(self, angle) cpdef rotate_z(self, angle)
