vmmlib  1.10.0
Templatized C++ vector and matrix math library
 All Pages
Changelog.md
1 # Changelog {#Changelog}
2 
3 # git master
4 
5 # Release 1.10 (07-04-2016)
6 
7 * [49](https://github.com/Eyescale/vmmlib/pull/49):
8  Add lookAt support for 4x4 matrices
9 * Improved API and test coverage
10 
11 # Release 1.9 (02-11-2015)
12 
13 * [35](https://github.com/Eyescale/vmmlib/pull/35):
14  Fix Vector::rotate, cross and compute_normal, add Matrix-from-iter-ctor
15 * [26](https://github.com/Eyescale/vmmlib/pull/26):
16  Clean up Vector::get_sub_vector()
17 * Fix AABB default ctor for unsigned values
18 * [24](https://github.com/Eyescale/vmmlib/pull/24):
19  Extended Vector typedefs
20 * [23](https://github.com/Eyescale/vmmlib/pull/23):
21  Implement Vector::product
22 
23 # Release 1.8 (03-10-2014)
24 
25 * Sanitization of matrix::get_translation API
26 * Compilation options and warnings cleanup
27 * Fix for shadowed member variables