On the topic of matrix calculations, I believe it should be possible to split any given transformation matrix into two composing matrices where one would represent the rotation and the other would represent the scale. Essentially a matrix version of a "vector = unit_vector * scalar" equation, like a "matrix = rotation_matrix * scale_matrix" where rotation_matrix would contain the rotation of the matrix with no scaling and scale_matrix would be otherwise an identity matrix but with the scaling of the main matrix. Is this kind of split possible? If so, how to do it?
Matrix "split"
« Next Oldest | Next Newest »
Messages In This Thread |
Matrix "split" - by Santeri Piippo - 2014-07-13, 12:41
Re: Matrix "split" - by Roland Melkert - 2014-07-13, 17:08
Re: Matrix "split" - by Roland Melkert - 2014-07-13, 18:26
Re: Matrix "split" - by Tim Gould - 2014-07-13, 22:21
|
Users browsing this thread: 1 Guest(s)