- Added identity functions #765

This commit is contained in:
Christophe Riccio
2018-07-26 18:00:31 +02:00
parent 6afce5da27
commit 1afa681512
7 changed files with 65 additions and 57 deletions

View File

@@ -63,6 +63,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added detection of Visual C++ 2017 toolsets
- Added missing equal and notEqual with epsilon for quaternion types in EXT_vector_relational
- Added missing equal and notEqual with epsilon for matrix types in EXT_vector_relational
- Added identity functions #765
#### Fixes:
- Fixed build problems due to printf and std::clock_t #778