Hi,
I'm looking for matrix (4x4) inversion. I've found
math.matrices.elimination, but I've come across a problem:
{ 0.5 0.5 0.0 } translation-matrix4
{ 0.0 0.0 1.0 } pi 0.5 * rotation-matrix4 m.
dup inverse m.
This results in
{ { 1.0 0.0 0.0 0.0 }
{ 0.0 1.0 0.0 -0.4... }
{ 0.0 0.0 1.0 0.0 }
{ 0.0 0.0 0.0 1.0 } }
instead of the identity matrix (though the difference is small, just one cell).
Did I do something wrong or is this a bug?
best regards
Randy
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk