diff pytouhou/ui/renderer.pxd @ 412:5fe6cd6ceb48

Refactor the maths functions out of Renderer.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 12 Jun 2013 18:30:08 +0200
parents 1c773544eaeb
children d8630c086926
line wrap: on
line diff
--- a/pytouhou/ui/renderer.pxd
+++ b/pytouhou/ui/renderer.pxd
@@ -20,7 +20,3 @@ cdef class Renderer:
     cpdef render_elements(self, elements)
     cpdef render_background(self)
     cpdef prerender_background(self, background)
-    cpdef ortho_2d(self, left, right, bottom, top)
-    cpdef look_at(self, eye, center, up)
-    cpdef perspective(self, fovy, aspect, zNear, zFar)
-    cpdef setup_camera(self, dx, dy, dz)