Skip to content

Synchronize vtkMatrix3x3 with vtkMatrix4x4.

David Gobbi requested to merge dgobbi/vtk:matrix-cleanup into master

The vtkMatrix3x3 code is a copy-paste of the vtkMatrix4x4 code, and a lot of what was copied from vtkMatrix4x4 was cruft. Now that vtkMatrix4x4 has been cleaned up, the same is needed for vtkMatrix3x3.

Merge request reports