Message 1 of 4
Transformation inverse problem
Not applicable
07-30-2015
01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I found a bug in Transform.Inverse.
I am using Transform.Inverse on this matrix : [ 0 1 0 -29.3 ; -1 0 0 3; 0 0 1 -0.73; 0 0 0 1] and the result is : [0 -1 0 -3 ; 1 0 0 -29.3 ; 0 0 1 0.73 ; 0 0 0 1].
According to matrix inverse calculuation the result is [0 -1 0 3 ; 1 0 0 29.3 ; 0 0 1 0.73 ; 0 0 0 1].Also using the formula for transformation inverse :
http://www.cg.info.hiroshima-cu.ac.jp/~miyazaki/knowledge/teche53.html , the result is the same [0 -1 0 3 ; 1 0 0 29.3 ; 0 0 1 0.73 ; 0 0 0 1].
Solved.http://help.autodesk.com/view/RVT/2014/ENU/?guid=GUID-78445211-E211-4E27-B080-BE9FA3C50631