mattdesl / mat4-interpolate

interpolates two matrices in place
MIT License
6 stars 0 forks source link

Steady-affine motions #1

Open mikolalysenko opened 9 years ago

mikolalysenko commented 9 years ago

Maybe take a look at the algorithms in this paper:

http://www.cc.gatech.edu/~jarek/SAM/

Alternatively, it might be good to have matrix exponent/logarithms for doing simple interpolations whenever, since exp((1-t) * log(A) + t * log(B)) is a pretty simple/effective interpolation strategy.

There are also geodesic methods, though they are more sophisticated.

mattdesl commented 9 years ago

The math is a bit over my head. Added you as a collaborator, PRs welcome. :ok_hand: