Extracting values from matrices

Blitz3D Forums/Blitz3D Programming/Extracting values from matrices

Rottbott(Posted 2003) [#1]
Anyone know how to extract a translation vector, scale vector and a rotation quaternion from a 4x4 matrix?


soja(Posted 2003) [#2]
Is something like this what you're looking for?
http://www-scf.usc.edu/~akotaobi/gptut13.html


Rottbott(Posted 2003) [#3]
Ah excellent I should be able to get what I need from that, thanks.