THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/05/2005 at 12:05, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
I am trying to get the inverse of a bone transformation, when i use !m (where m = bone->GetMl()) I get incorrect values. since multiplying the result with the original matrix (the one that the inverse was obtained for) doesn't return a unit matrix ... in short, I found that multiplying a matrix by its inverse doesn't return a unit matrix. so this means that the inverse of a matrix SDK code has a bug in it ... any ideas ?