mirror of
https://github.com/g-truc/glm.git
synced 2024-11-25 18:04:34 +00:00
Spelling corrections
Minor grammar and spelling.
This commit is contained in:
parent
cc98465e35
commit
804ec70c2e
@ -723,7 +723,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
|
||||
- Increased static_assert coverage
|
||||
- Replaced GLM traits by STL traits when possible
|
||||
- Allowed including individual core feature
|
||||
- Increased unit tests completness
|
||||
- Increased unit tests completeness
|
||||
- Added creating of a quaternion from two vectors
|
||||
- Added C++11 initializer lists
|
||||
- Fixed umulExtended and imulExtended implementations for vector types (#76)
|
||||
@ -890,7 +890,7 @@ generation distribution
|
||||
---
|
||||
### [GLM 0.9.2.7](https://github.com/g-truc/glm/releases/tag/0.9.2.7) - 2011-10-24
|
||||
- Added more swizzling constructors
|
||||
- Added missing none-squared matrix products
|
||||
- Added missing non-squared matrix products
|
||||
|
||||
---
|
||||
### [GLM 0.9.2.6](https://github.com/g-truc/glm/releases/tag/0.9.2.6) - 2011-10-01
|
||||
@ -1219,7 +1219,7 @@ generation distribution
|
||||
### GLM 0.2 - 2005-05-05
|
||||
- Improve adaptative from GLSL.
|
||||
- Add experimental extensions based on OpenGL extension process.
|
||||
- Fixe bugs.
|
||||
- Fixed bugs.
|
||||
|
||||
---
|
||||
### GLM 0.1 - 2005-02-21
|
||||
|
Loading…
Reference in New Issue
Block a user