mirror of
https://github.com/g-truc/glm.git
synced 2026-08-29 14:38:08 +00:00
The previous patch made the incorrect assumption matrices were row-major instead of column-major (got the two mixed up in my head). This fixes this problem. Also, this extends the test files to cover all matrix sizes (not types, that would be redundant).