blender/tests
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
..
gtests BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4. 2015-10-09 21:26:33 +02:00
python Add test scripts to ctest & rename 2015-09-24 20:52:58 +10:00
check_deprecated.py Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00
CMakeLists.txt GTest unit testing framework 2014-06-19 02:09:16 +10:00