Mercurial > touhou
view pytouhou/utils/maths.pxd @ 417:efae61ad6efe
Remove the type of the self argument in extension types, as it clutters the code with useless information.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 22 Aug 2013 12:21:12 +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)