To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / 14549
    Re: Another matrix inverse question —Travis Cobbs
   (...) Sorry about that. I wrote that code so long ago that I forgot that it wasn't a fully general-purpose matrix inversion routine. (Note that it is the way it is so that it will perform better, not because I was too lazy to do the whole shebang.) (...) (17 years ago, 10-Apr-07, to lugnet.cad)
   
        Re: Another matrix inverse question —Timothy Gould
   (...) Hi Travis, Looking at the java version of your inversion routine I would guess that it will work for almost any 3x3 matrix + 1x3 translation (the 4x3 + 1 form). Where it will have problems is in matrices for which one or more of the (...) (17 years ago, 10-Apr-07, to lugnet.cad)
   
        Re: Another matrix inverse question —Brian Durney
   Thanks for the information, everyone. Although the test case I posted was arbitrary, I did some other tests with matrices that were used for rotations and translations. The upper-left 3x3 seemed to be OK, but the bottom row had problems. I'm (...) (17 years ago, 10-Apr-07, to lugnet.cad)
   
        Re: Another matrix inverse question —Timothy Gould
   (...) Quarternions are, IMO, a bad way to do what matrices do well. For a rotation you don't need to (and shouldn't) calculate the inverse by a routine. Just transpose (swap the off-diagonals) and you have the inverse. There's no point running (...) (17 years ago, 10-Apr-07, to lugnet.cad)
   
        Re: Another matrix inverse question —Brian Durney
     (...) I can see the advantages of swapping the off-diagonals for inverting the rotation(s), but that still leaves the question of how to invert translations. In a current example I'm looking at, a minifig hand, the hand is rotated 45 degrees, (...) (17 years ago, 11-Apr-07, to lugnet.cad)
    
         Re: Another matrix inverse question (and answer?) —Brian Durney
      (...) I think I just answered my own question. I applied the inverse rotation (calculated by swapping the off-diagonals) to the translation row of the original transformation and then negated it to get the translation row in the inverse. That worked (...) (17 years ago, 11-Apr-07, to lugnet.cad)
     
          Re: Another matrix inverse question (and answer?) —Timothy Gould
      (...) If it's only rotations then it should make sense. Another way of passing the information is as follows (M,x) where M is the matrix and x is the translation vector the inverse of this is (Mi,-Mi x) which you can see by showing that an operation (...) (17 years ago, 11-Apr-07, to lugnet.cad)
     
          Re: Another matrix inverse question (and answer?) —Brian Durney
      (...) Yes, that makes sense. Looking back at Travis's code, I see that's basically what's happening there, except that some references to the original matrix should be references to the inverse matrix. He probably used it only to invert rotations (...) (17 years ago, 11-Apr-07, to lugnet.cad)
    
         Re: Another matrix inverse question —Travis Cobbs
     (...) You might want to check your row/column order for the converted code from LDView. At least conceptually, I always invision transformation matrices like so: A B C X D E F Y G H I Z 0 0 0 1 Notice that the translation info is in the last column, (...) (17 years ago, 11-Apr-07, to lugnet.cad)
   
        Re: Another matrix inverse question —Timothy Gould
   (...) Som further clarification... I was back in the 3x3 matrix world when I wrote this: the true inverse of a rotation + translate in psuedo-4x4 notation is as follow [ R11 R12 R13 x R21 R22 R23 y R31 R32 R33 z 0 0 0 1 ] goes to [ R11 R21 R31 xp (...) (17 years ago, 11-Apr-07, to lugnet.cad)
 

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR