Dav1dde / gl3n

OpenGL Maths for D (not glm for D).
http://dav1dde.github.com/gl3n/
Other
103 stars 49 forks source link

allow mat *= mat; (closes #58) #59

Closed extrawurst closed 9 years ago

Dav1dde commented 9 years ago

Thanks, can you add the unittest-block to the existing though (and comment it like // opOpAssign), splitting the unittests isn't bad, just doesn't work with the rest of the code (which isn't split at all).

extrawurst commented 9 years ago

unittest blocks are merged now