I need to lerp between two 4x4 matrices, however matrix lerping can have some odd effects on the rotation, so I need to decompose them first.
I'm using the glm (OpenGL mathematics) library. Grabbing the rotation as quaternion is easy enough, but I'm stumped on how to get the translation. Any lead in the right direction would be appreciated.