Added missing equal and notEqual with epsilon for quaternion types

This commit is contained in:
Groove
2018-07-25 22:16:16 +02:00
parent 01f9ab5b6d
commit 8f0b7c1373
4 changed files with 82 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added missing vec1 based constructors
- Redesigned constexpr support which excludes both SIMD and constexpr #783
- Added detection of Visual C++ 2017 toolsets
- Added missing equal and notEqual with epsilon for quaternion types
#### Fixes:
- Fixed build problems due to printf and std::clock_t #778