log pytouhou/utils/maths.pxd @ 571:e992927f07a8

age author description
2013-12-18 Emmanuel Gil Peyrot Make vector a struct, allocate it directly on the stack, and thus pass it by copy, which is much less expensive than a python allocation.
2013-12-18 Emmanuel Gil Peyrot Make matrix a struct.
2013-08-07 Emmanuel Gil Peyrot Cythonize pytouhou.utils.maths and pytouhou.utils.vector.
2013-06-12 Emmanuel Gil Peyrot Refactor the maths functions out of Renderer.