view pytouhou/utils/maths.pxd @ 431:77c0e9a53795

Use cythonize in setup.py, also compile .py files, and entirely remove pyximport support.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 Aug 2013 14:01:09 +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)