blender/tests/gtests
Bastien Montagne be72df4f06 BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.
mat3_polar_decompose gives the right polar decomposition of given matrix,
as a pair (U, P) of matrices.

interp_m3_m3m3 uses that polar decomposition to perform a correct matrix interpolation,
even with non-uniformly scaled ones (where blend_m3_m3m3 would fail).

interp_m4_m4m4 just adds translation interpolation to the _m3 variant.
2015-10-09 21:26:33 +02:00
..
blenlib BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4. 2015-10-09 21:26:33 +02:00
bmesh CMake: update source files 2014-06-28 23:17:11 +10:00
guardedalloc CMake: update source files 2014-06-28 23:17:11 +10:00
testing Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
CMakeLists.txt Add a bmesh_core_test, a start at testing bmesh functionality. 2014-06-19 11:53:55 -04:00