- Added to_string for quat and dual_quat in GTX_string_cast #375

This commit is contained in:
Christophe Riccio
2015-08-31 22:34:14 +02:00
parent d8f7b080d0
commit bf30816e36
3 changed files with 35 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/latest) - 2015-XX-XX
##### Improvements:
- Improved constexpr for constant functions coverage #198
- Added to_string for quat and dual_quat in GTX_string_cast #375
##### Fixes:
- Fixed strict alignment warnings #235 #370