Added EXT_vector_relational: extend equal and notEqual to take an epsilon argument

This commit is contained in:
Christophe Riccio
2017-08-20 21:38:33 +02:00
parent 68a829e7ed
commit de28722e36
11 changed files with 197 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added conan packaging configuration #643 #641
- Added quatLookAt to GTX_quaternion #659
- Added fmin, fmax and fclamp to GTX_extended_min_max #372
- Added EXT_vector_relational: extend equal and notEqual to take an epsilon argument
#### Improvements:
- No more default initialization of vector, matrix and quaternion types