Mercurial > touhou
view pytouhou/utils/maths.pxd @ 788:f56b10812b77
Remove leftover MSG import
This should have been part of a30ce01b9154.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sun, 04 Jan 2026 11:47:06 +0100 |
| parents | 7f016dfbdfb1 |
| children |
line wrap: on
line source
from .matrix cimport Matrix cdef Matrix *ortho_2d(float left, float right, float bottom, float top) nogil cdef Matrix *perspective(float fovy, float aspect, float zNear, float zFar) nogil cdef Matrix *setup_camera(float dx, float dy, float dz)
