Added compScale

This commit is contained in:
Christophe Riccio
2015-09-28 11:30:54 +02:00
parent 678d393b99
commit 26590ecb0b
3 changed files with 48 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/releases/latest) - 2015-XX-XX
##### Improvements:
- Added compNormalize function to GTX_component_wise
- Added compNormalize and compScale functions to GTX_component_wise
##### Fixes:
- Fixed GTC_round floorMultiple/ceilMultiple #412