drawcode / oolongengine

Automatically exported from code.google.com/p/oolongengine
0 stars 0 forks source link

MatrixInverse is incorrect #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MatrixInverseEx generates correct results but MatrixInverse does not. I'm not 
sure why, but I inverted a view-proj matrix and multiplied and didn't get 
identity back with Inverse. I adapted a correct version of the implementation 
from Eberly:
http://www.geometrictools.com/LibMathematics/Algebra/Wm5Matrix4.inl
Which works as expected.

Original issue reported on code.google.com by promit....@gmail.com on 12 Jan 2011 at 11:39

GoogleCodeExporter commented 9 years ago
Forgot to mention, TransTransformBack may have a similar/related bug, but I'm 
not sure of the details.

Original comment by promit....@gmail.com on 12 Jan 2011 at 11:45

GoogleCodeExporter commented 9 years ago
i have the same problem

Original comment by sumeetji...@rediffmail.com on 28 Jan 2011 at 2:52