vtkMatrix3x3

Section: Visualization Toolkit Common Classes

Usage

vtkMatrix3x3 is a class to represent and manipulate 3x3 matrices. Specifically, it is designed to work on 3x3 transformation matrices found in 2D rendering using homogeneous coordinates [x y w].

To create an instance of class vtkMatrix3x3, simply invoke its constructor as follows

  obj = vtkMatrix3x3

Methods

The class vtkMatrix3x3 has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkMatrix3x3 class.