The Potential Risk In vtkTransform::Inverse
I found a bug when we do matrix inverse calculation by vtkTransform object. The version 8.2.0 and 9.1.0 of VTK has the same potential risk in vtkMatrix4x4::Invert(const double inElements[16], double outElements[16]).Let’s see the source code, it judges whether the determinant Read more…