view pytouhou/utils/maths.pxd @ 435:878273a984c4

Improve Matrix representation, using float[16] instead of imbricated python lists.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 07 Aug 2013 11:34:40 +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)