Fixed corner cases in exp and log functions for quaternions #199

This commit is contained in:
Christophe Riccio
2014-06-21 15:38:49 +02:00
parent 08ff93925f
commit 9b6eecc739
2 changed files with 19 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ More informations in GLM manual:
http://glm.g-truc.net/glm.pdf
================================================================================
GLM 0.9.5.4: 2014-0X-XX
GLM 0.9.5.4: 2014-06-21
--------------------------------------------------------------------------------
- Fixed non-utf8 character #196
- Added FindGLM install for CMake #189
@@ -56,6 +56,7 @@ GLM 0.9.5.4: 2014-0X-XX
- Fixed std::copy and std::vector with GLM types #214
- Fixed strict aliasing issues #212, #152
- Fixed std::nextafter not supported with C++11 on Android #213
- Fixed corner cases in exp and log functions for quaternions #199
================================================================================
GLM 0.9.5.3: 2014-04-02