log pytouhou/utils/maths.pyx @ 523:6e3b3d5d4691

age author description
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, 07 Aug 2013 11:34:40 +0200 Emmanuel Gil Peyrot Improve Matrix representation, using float[16] instead of imbricated python lists.
Wed, 12 Jun 2013 18:30:08 +0200 Emmanuel Gil Peyrot Refactor the maths functions out of Renderer.