Advertisement

Matrix transverse?

Started by January 23, 2003 01:51 PM
0 comments, last by BeanDog 22 years, 1 month ago
I heard my roommate (also a game coder) talking about doing some matrix transformation, when he threw in the word "transverse". Transverse is when you flip a matrix over its major diagonal; that is, for matrix A, a(i,j) becomes a(j,i). The question is, what does this conceptually mean for a matrix representing rotation or translation? ~BenDilts( void );
The word you are looking for is transpose . In short, orthogonal matrices have an inverse equal to it''s transpose. Rotations around the origin are orthogonal.

Death of one is a tragedy, death of a million is just a statistic.
If at first you don't succeed, redefine success.

This topic is closed to new replies.

Advertisement