Use Multiplication Of Matrices To Simulate vtkTransformFilter + vtkTransform Rotate Process
As we know, vtkTransformFilter can change points’ positions and rewrite data. Then we use vtkTransform object to do linear transform for 3D model. This process is not equal to the multiplication of these two matrices. We can deduce the event in our online tool: 3D Model Editor.Open module linear transform tester. We Read more…