浏览代码

- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475

Christophe Riccio 9 年之前
父节点
当前提交
eb33d9c188
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      readme.md

+ 1 - 0
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: