Fixed typos

This commit is contained in:
MrVallentin
2018-11-05 13:47:57 +01:00
parent 9749727c2d
commit a8953c672f
3 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Reduced warnings when using very strict compilation flags #646
- length() member functions are constexpr #657
- Added support of -Weverything with Clang #646
- Improved exponential funtion test coverage
- Improved exponential function test coverage
- Enabled warnings as error with Clang unit tests
- Conan package is an external repository: https://github.com/bincrafters/conan-glm
- Clarify quat_cast documentation, applying on pure rotation matrices #759