- Added quaternion version of isnan and isinf #521

This commit is contained in:
Christophe Riccio
2016-07-17 01:02:30 +02:00
parent 21a9d4ce18
commit dc89797275
4 changed files with 41 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added 'aligned' qualifiers
- Added GTC_type_aligned with aligned *vec* types
- Added GTC_functions extension
- Added quaternion version of isnan and isinf #521
##### Improvements:
- Improved SIMD and swizzle operators interactions with GCC and Clang #474