From 3252b538411a92bdaa2ab2f88461d9160a9fc423 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 15 Mar 2015 21:36:56 +0100 Subject: [PATCH] Added functions eulerAngleXYZ and extractEulerAngleXYZ #311 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index bae96df7..6245af14 100644 --- a/readme.txt +++ b/readme.txt @@ -70,6 +70,7 @@ Features: - Added GTC_color: convertRgbToSrgb and convertSrgbToRgb functions - Added 'fmod' overload to GTX_common with tests #308 - Left handed perspective and lookAt functions #314 +- Added functions eulerAngleXYZ and extractEulerAngleXYZ #311 Improvements: - Changed usage of __has_include to support Intel compiler #307