log pytouhou/utils/maths.pyx @ 589:0768122da817

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-08-07 Emmanuel Gil Peyrot Improve Matrix representation, using float[16] instead of imbricated python lists.
2013-06-12 Emmanuel Gil Peyrot Refactor the maths functions out of Renderer.