public virtual void SetMatrix(vtkMatrix3x3 m)
 {
     vtkContextDevice2D.vtkContextDevice2D_SetMatrix_35(base.GetCppThis(), (m == null) ? default(HandleRef) : m.GetCppThis());
 }
 public void GetInverse(vtkMatrix3x3 inverse)
 {
     vtkTransform2D.vtkTransform2D_GetInverse_01(base.GetCppThis(), (inverse == null) ? default(HandleRef) : inverse.GetCppThis());
 }
 public void GetMatrix(vtkMatrix3x3 matrix)
 {
     vtkTransform2D.vtkTransform2D_GetMatrix_04(base.GetCppThis(), (matrix == null) ? default(HandleRef) : matrix.GetCppThis());
 }
 public static void DeepCopy(IntPtr Elements, vtkMatrix3x3 source)
 {
     vtkMatrix3x3.vtkMatrix3x3_DeepCopy_04(Elements, (source == null) ? default(HandleRef) : source.GetCppThis());
 }
 public void GetTranspose(vtkMatrix3x3 transpose)
 {
     vtkTransform2D.vtkTransform2D_GetTranspose_06(base.GetCppThis(), (transpose == null) ? default(HandleRef) : transpose.GetCppThis());
 }
 public void DeepCopy(vtkMatrix3x3 source)
 {
     vtkMatrix3x3.vtkMatrix3x3_DeepCopy_03(base.GetCppThis(), (source == null) ? default(HandleRef) : source.GetCppThis());
 }
 public void Adjoint(vtkMatrix3x3 arg0, vtkMatrix3x3 arg1)
 {
     vtkMatrix3x3.vtkMatrix3x3_Adjoint_01(base.GetCppThis(), (arg0 == null) ? default(HandleRef) : arg0.GetCppThis(), (arg1 == null) ? default(HandleRef) : arg1.GetCppThis());
 }
 public static void Transpose(vtkMatrix3x3 arg0, vtkMatrix3x3 arg1)
 {
     vtkMatrix3x3.vtkMatrix3x3_Transpose_29((arg0 == null) ? default(HandleRef) : arg0.GetCppThis(), (arg1 == null) ? default(HandleRef) : arg1.GetCppThis());
 }
 public static void Multiply3x3(vtkMatrix3x3 a, vtkMatrix3x3 b, vtkMatrix3x3 c)
 {
     vtkMatrix3x3.vtkMatrix3x3_Multiply3x3_20((a == null) ? default(HandleRef) : a.GetCppThis(), (b == null) ? default(HandleRef) : b.GetCppThis(), (c == null) ? default(HandleRef) : c.GetCppThis());
 }
 public static void Invert(vtkMatrix3x3 arg0, vtkMatrix3x3 arg1)
 {
     vtkMatrix3x3.vtkMatrix3x3_Invert_14((arg0 == null) ? default(HandleRef) : arg0.GetCppThis(), (arg1 == null) ? default(HandleRef) : arg1.GetCppThis());
 }