From eb33d9c18829b414071fb9f3c22bf02e7f30cfb7 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 5 Mar 2016 23:20:12 +0100 Subject: [PATCH] - Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e3a5e421..fb63f4c1 100644 --- a/readme.md +++ b/readme.md @@ -55,6 +55,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) ##### Fixes: - Fixed asinh and atanh warning with C++98 STL #484 - Fixed polar coordinates function latitude #485 +- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475 #### [GLM 0.9.7.3](https://github.com/g-truc/glm/releases/tag/0.9.7.3) - 2016-02-21 ##### Improvements: