Mercurial > touhou
log pytouhou/utils/maths.pxd @ 728:414f8611f344
age | author | description |
---|---|---|
Wed, 18 Dec 2013 18:15:40 +0100 | 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. |
Wed, 18 Dec 2013 17:53:29 +0100 | Emmanuel Gil Peyrot | Make matrix a struct. |
Wed, 07 Aug 2013 11:34:42 +0200 | Emmanuel Gil Peyrot | Cythonize pytouhou.utils.maths and pytouhou.utils.vector. |
Wed, 12 Jun 2013 18:30:08 +0200 | Emmanuel Gil Peyrot | Refactor the maths functions out of Renderer. |