- Added unary + operator #435

This commit is contained in:
Christophe Riccio
2015-10-17 04:11:52 +02:00
parent 5cd49977e6
commit 32fc69ee11
31 changed files with 150 additions and 20 deletions

View File

@@ -64,6 +64,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
##### Improvements:
- Improved GTC_random linearRand documentation
- Improved GTC_reciprocal documentation
- Added unary + operator #435
##### Fixes:
- Fixed GTX_extended_min_max filename typo #386