view pytouhou/utils/maths.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 5fe6cd6ceb48
children cb5c68598ab0
line wrap: on
line source

cpdef ortho_2d(left, right, bottom, top)
cpdef look_at(eye, center, up)
cpdef perspective(fovy, aspect, zNear, zFar)
cpdef setup_camera(dx, dy, dz)