Files
test/source/blender
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
..
2015-06-05 16:13:15 +02:00
2015-10-08 11:11:48 +11:00
2015-01-29 15:35:06 +11:00
2015-09-14 02:22:22 +10:00
2015-10-08 11:11:31 +11:00