From 04faf66d5822782a1d4d050b3367bd0913863f0a Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 25 Sep 2015 03:14:25 +0200 Subject: [PATCH] Added compNormalize function to GTX_component_wise --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 500016a5..6e50f1ac 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Improved constexpr for constant functions coverage #198 - Added to_string for quat and dual_quat in GTX_string_cast #375 - Improved overall execution time of unit tests #396 +- Added compNormalize function to GTX_component_wise ##### Fixes: - Fixed strict alignment warnings #235 #370