[Algorithms] Extracting scale from matrix
Brought to you by:
vexxed72
From: Jon A. <jan...@on...> - 2000-09-06 16:33:12
|
Are there any good tricks for extracting the scale (x, y, z) from a 4x4 matrix? It seems pretty trivial to do it for matrices that consist of rotations about a single axis, but I'm having problems doing it for more complex matrices. Jon |